|
UFO: Alien Invasion
|


Public Member Functions | |
| ~GAMECmdListener () | |
| void | onAdd (const char *cmdName) |
| void | onRemove (const char *cmdName) |
| void | onGameModeChange () |
| Public Member Functions inherited from CmdListener | |
| virtual | ~CmdListener () |
Private Types | |
| typedef std::set< const char * > | GameCmds |
Private Attributes | |
| GameCmds | _cmds |
Definition at line 106 of file cl_game.cpp.
|
private |
Definition at line 109 of file cl_game.cpp.
|
inline |
Definition at line 112 of file cl_game.cpp.
References _cmds.
|
inlinevirtual |
Implements CmdListener.
Definition at line 117 of file cl_game.cpp.
References _cmds, and GAME_GetCurrentType().
|
inline |
Definition at line 130 of file cl_game.cpp.
References _cmds, Cmd_RemoveCommand(), Com_DPrintf(), DEBUG_COMMANDS, GAME_GetCurrentType(), i, and cgame_export_t::name.
|
inlinevirtual |
|
private |
Definition at line 110 of file cl_game.cpp.
Referenced by onAdd(), onGameModeChange(), onRemove(), and ~GAMECmdListener().