EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DungeonCommands.h
Go to the documentation of this file.
1 
14 COMMAND( savedungeon, Acct::Role::CONTENT,
15  " - saves dungeon <dungeonID> to server database")
16 COMMAND( printdungeon, Acct::Role::CONTENT,
17  " - not sure what this is supposed to do yet")
18 COMMAND( spawndungeon, Acct::Role::CONTENT,
19  " - spawns dungeon <dungeonID> in your system, with BM to location (outdated)")
20 COMMAND( removedungeon, Acct::Role::CONTENT,
21  " - removes identified dungeon(unimplemented)")
22 
23 
COMMAND(savedungeon, Acct::Role::CONTENT," - saves dungeon <dungeonID> to server database") COMMAND(printdungeon
Definition: EVE_Roles.h:13