doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idCVar |
class | idCVarSystem |
Enumerations | |
enum | cvarFlags_t { CVAR_ALL = -1, CVAR_BOOL = BIT(0), CVAR_INTEGER = BIT(1), CVAR_FLOAT = BIT(2), CVAR_SYSTEM = BIT(3), CVAR_RENDERER = BIT(4), CVAR_SOUND = BIT(5), CVAR_GUI = BIT(6), CVAR_GAME = BIT(7), CVAR_TOOL = BIT(8), CVAR_USERINFO = BIT(9), CVAR_SERVERINFO = BIT(10), CVAR_NETWORKSYNC = BIT(11), CVAR_STATIC = BIT(12), CVAR_CHEAT = BIT(13), CVAR_NOCHEAT = BIT(14), CVAR_INIT = BIT(15), CVAR_ROM = BIT(16), CVAR_ARCHIVE = BIT(17), CVAR_MODIFIED = BIT(18) } |
Variables | |
idCVarSystem * | cvarSystem |
enum cvarFlags_t |
Definition at line 82 of file CVarSystem.h.
idCVarSystem* cvarSystem |
Definition at line 487 of file CVarSystem.cpp.