![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
| class | idCmdSystem |
Typedefs | |
| typedef void(* | cmdFunction_t )(const idCmdArgs &args) |
| typedef void(* | argCompletion_t )(const idCmdArgs &args, void(*callback)(const char *s)) |
Enumerations | |
| enum | cmdFlags_t { CMD_FL_ALL = -1, CMD_FL_CHEAT = BIT(0), CMD_FL_SYSTEM = BIT(1), CMD_FL_RENDERER = BIT(2), CMD_FL_SOUND = BIT(3), CMD_FL_GAME = BIT(4), CMD_FL_TOOL = BIT(5) } |
| enum | cmdExecution_t { CMD_EXEC_NOW, CMD_EXEC_INSERT, CMD_EXEC_APPEND } |
Variables | |
| idCmdSystem * | cmdSystem |
Definition at line 69 of file CmdSystem.h.
Definition at line 66 of file CmdSystem.h.
| enum cmdExecution_t |
| Enumerator | |
|---|---|
| CMD_EXEC_NOW | |
| CMD_EXEC_INSERT | |
| CMD_EXEC_APPEND | |
Definition at line 59 of file CmdSystem.h.
| enum cmdFlags_t |
| Enumerator | |
|---|---|
| CMD_FL_ALL | |
| CMD_FL_CHEAT | |
| CMD_FL_SYSTEM | |
| CMD_FL_RENDERER | |
| CMD_FL_SOUND | |
| CMD_FL_GAME | |
| CMD_FL_TOOL | |
Definition at line 48 of file CmdSystem.h.
| idCmdSystem* cmdSystem |
Definition at line 116 of file CmdSystem.cpp.
1.8.6.