|
UFO: Alien Invasion
|


Public Member Functions | |
| ~GAMECvarListener () | |
| void | onCreate (const struct cvar_s *cvar) |
| void | onDelete (const struct cvar_s *cvar) |
| void | onGameModeChange () |
| Public Member Functions inherited from CvarListener | |
| virtual | ~CvarListener () |
Private Types | |
| typedef std::set< const struct cvar_s * > | GameCvars |
Private Attributes | |
| GameCvars | _cvars |
Definition at line 68 of file cl_game.cpp.
|
private |
Definition at line 71 of file cl_game.cpp.
|
inline |
Definition at line 74 of file cl_game.cpp.
References _cvars.
|
inlinevirtual |
Implements CvarListener.
Definition at line 79 of file cl_game.cpp.
References _cvars, and GAME_GetCurrentType().
|
inlinevirtual |
|
inline |
Definition at line 91 of file cl_game.cpp.
References _cvars, Com_DPrintf(), Cvar_Delete(), DEBUG_CLIENT, GAME_GetCurrentType(), i, and cgame_export_t::name.
|
private |
Definition at line 72 of file cl_game.cpp.
Referenced by onCreate(), onDelete(), onGameModeChange(), and ~GAMECvarListener().