module Documentation::D_Cheatsheet::E_Apps
Overview
- Apps:
Apps
- The module housing all of the app methodsApps::MapViewer
- An app that lets you viewWAD::Map
sApps::MapViewer.run(wad, map)
- Views a map in aWAD
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 aWAD
Apps::WadViewer.run(wad)
- Views aWAD
Apps::WadViewer.run_cli
- Same as.run
but uses command line input for wad (-w)