![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <cmd.h>
Data Fields | |
qbool | autofunc |
const char * | description |
unsigned | flags |
xcommand_t | function |
qbool | initstate |
indicates this command existed at init | |
const char * | name |
struct cmd_function_s * | next |
struct cmd_function_s * | overridden |
the engine cmd overriden by this QC cmd, if applicable | |
qbool | qcfunc |
const char* cmd_function_t::description |
Definition at line 92 of file cmd.h.
Referenced by Cmd_AddCommand(), Cmd_Apropos_f(), Cmd_CompleteCommandPrint(), and Cmd_List_f().
unsigned cmd_function_t::flags |
Definition at line 89 of file cmd.h.
Referenced by Cmd_AddCommand(), Cmd_CL_Callback(), and Cmd_SV_Callback().
xcommand_t cmd_function_t::function |
Definition at line 93 of file cmd.h.
Referenced by Cmd_AddCommand(), Cmd_Callback(), and Cmd_SV_Callback().
qbool cmd_function_t::initstate |
const char* cmd_function_t::name |
Definition at line 91 of file cmd.h.
Referenced by Cmd_AddCommand(), Cmd_Apropos_f(), Cmd_CompleteBuildList(), Cmd_CompleteCommand(), Cmd_CompleteCommandPrint(), Cmd_CompleteCountPossible(), Cmd_ExecuteString(), Cmd_Exists(), and Cmd_List_f().
struct cmd_function_s* cmd_function_t::next |
Definition at line 90 of file cmd.h.
Referenced by Cmd_AddCommand(), Cmd_Apropos_f(), Cmd_ClearCSQCCommands(), Cmd_CompleteBuildList(), Cmd_CompleteCommand(), Cmd_CompleteCommandPrint(), Cmd_CompleteCountPossible(), Cmd_ExecuteString(), Cmd_Exists(), and Cmd_List_f().
struct cmd_function_s* cmd_function_t::overridden |
the engine cmd overriden by this QC cmd, if applicable
Definition at line 95 of file cmd.h.
Referenced by Cmd_AddCommand(), and Cmd_CL_Callback().
qbool cmd_function_t::qcfunc |
Definition at line 94 of file cmd.h.
Referenced by Cmd_AddCommand(), Cmd_CL_Callback(), and Cmd_SV_Callback().