module

Documentation::D_Cheatsheet::E_Apps

  • Apps: Apps - The module housing all of the app methods
    • Apps::MapViewer - An app that lets you view WAD::Maps
      • Apps::MapViewer.run(wad, map) - Views a map in a WAD
      • Apps::MapViewer.run_cli - Same as .run but uses command line input for wad and map (-w, -m)
    • Apps::WadViewer - WIP - An app that lets you view a WAD
      • Apps::WadViewer.run(wad) - Views a WAD
      • Apps::WadViewer.run_cli - Same as .run but uses command line input for wad (-w)