|
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 () |
| virtual void | onAdd (const char *cmdName)=0 |
| virtual void | onRemove (const char *cmdName)=0 |
Private Types | |
| typedef std::set< const char * > | GameCmds |
Private Attributes | |
| GameCmds | _cmds |
Definition at line 105 of file cl_game.cpp.
|
private |
Definition at line 108 of file cl_game.cpp.
|
inline |
Definition at line 111 of file cl_game.cpp.
References _cmds.
|
inlinevirtual |
Implements CmdListener.
Definition at line 116 of file cl_game.cpp.
References _cmds, and GAME_GetCurrentType().
|
inline |
Definition at line 129 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 109 of file cl_game.cpp.
Referenced by onAdd(), onGameModeChange(), onRemove(), and ~GAMECmdListener().