Data Fields | |
struct cmd_function_s * | next |
struct cmd_function_s * | hash_next |
const char * | name |
const char * | description |
xcommand_t | function |
int(* | completeParam )(const char *partial, const char **match) |
void * | userdata |
Definition at line 484 of file cmd.c.
int(* cmd_function_s::completeParam)(const char *partial, const char **match) |
Referenced by Cmd_AddCommand(), Cmd_AddParamCompleteFunction(), and Cmd_CompleteCommandParameters().
const char* cmd_function_s::description |
Definition at line 488 of file cmd.c.
Referenced by Cmd_AddCommand(), Cmd_CompleteCommand(), Cmd_GetCommandDesc(), and Cmd_List_f().
Definition at line 489 of file cmd.c.
Referenced by Cmd_AddCommand(), Cmd_AddParamCompleteFunction(), and Cmd_ExecuteString().
Definition at line 486 of file cmd.c.
Referenced by Cmd_AddCommand(), Cmd_AddParamCompleteFunction(), Cmd_AddUserdata(), Cmd_CompleteCommandParameters(), Cmd_ExecuteString(), Cmd_Exists(), Cmd_GetCommandDesc(), Cmd_GetUserdata(), and Cmd_RemoveCommand().
const char* cmd_function_s::name |
Definition at line 487 of file cmd.c.
Referenced by Cmd_AddCommand(), Cmd_AddParamCompleteFunction(), Cmd_AddUserdata(), Cmd_CompleteCommand(), Cmd_CompleteCommandParameters(), Cmd_ExecuteString(), Cmd_Exists(), Cmd_GetCommandDesc(), Cmd_GetUserdata(), Cmd_List_f(), and Cmd_RemoveCommand().
struct cmd_function_s* cmd_function_s::next |
Definition at line 485 of file cmd.c.
Referenced by Cmd_AddCommand(), Cmd_CompleteCommand(), Cmd_List_f(), and Cmd_RemoveCommand().
void* cmd_function_s::userdata |
Definition at line 491 of file cmd.c.
Referenced by Cmd_AddUserdata(), Cmd_ExecuteString(), and Cmd_GetUserdata().