doom3-gpl
Doom 3 GPL source release
|
Public Attributes | |
struct commandDef_s * | next |
char * | name |
cmdFunction_t | function |
argCompletion_t | argCompletion |
int | flags |
char * | description |
Definition at line 40 of file CmdSystem.cpp.
argCompletion_t commandDef_s::argCompletion |
Definition at line 44 of file CmdSystem.cpp.
char* commandDef_s::description |
Definition at line 46 of file CmdSystem.cpp.
int commandDef_s::flags |
Definition at line 45 of file CmdSystem.cpp.
cmdFunction_t commandDef_s::function |
Definition at line 43 of file CmdSystem.cpp.
char* commandDef_s::name |
Definition at line 42 of file CmdSystem.cpp.
struct commandDef_s* commandDef_s::next |
Definition at line 41 of file CmdSystem.cpp.