Public Methods |
| commandLevel_st * | GetClearance (const char *clearName) |
| commandLevel_st * | GetClearance (UI08 commandLevel) |
| UI16 | GetColourByLevel (UI08 commandLevel) |
| void | showQue (cSocket *s, bool isGM) |
| void | nextCall (cSocket *s, bool isGM) |
| void | closeCall (cSocket *s, bool isGM) |
| void | KillSpawn (cSocket *s, int r) |
| void | RegSpawnMax (cSocket *s, cSpawnRegion *spawnReg) |
| void | RegSpawnNum (cSocket *s, cSpawnRegion *spawnReg, int n) |
| void | KillAll (cSocket *s, int percent, char *sysmsg) |
| void | AddHere (cSocket *s, SI08 z) |
| void | Wipe (cSocket *s) |
| void | CPage (cSocket *s, char *reason) |
| void | GMPage (cSocket *s, char *reason) |
| void | MakePlace (cSocket *s, int i) |
| void | Command (cSocket *s) |
| void | MakeShop (CChar *c) |
| void | RemoveShop (cSocket *s) |
| void | DyeTarget (cSocket *s) |
| void | DupeItem (cSocket *s, CItem *i, int amount) |
| void | Possess (cSocket *s) |
| void | Load (void) |
| void | Log (char *command, CChar *player1, CChar *player2, char *extraInfo) |
| bool | CommandExists (char *cmdName) |
| const char * | FirstCommand (void) |
| const char * | NextCommand (void) |
| bool | FinishedCommandList (void) |
| cmdtable_mapentry * | CommandDetails (char *cmdName) |
| | cCommands () |
Public Attributes |
| int | cmd_offset |
Private Methods |
| void | InitClearance (void) |
Private Attributes |
| vector< commandLevel_st *> | clearance |
| CmdTableIterator | cmdPointer |