UFO: Alien Invasion
|
Public Member Functions | |
const char * | getName () const |
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 |
|
inline |
int(* cmd_function_s::completeParam)(const char *partial, const char **match) |
Definition at line 483 of file cmd.cpp.
Referenced by Cmd_AddCommand(), and Cmd_AddParamCompleteFunction().
const char* cmd_function_s::description |
Definition at line 481 of file cmd.cpp.
Referenced by Cmd_AddCommand(), and Cmd_GetCommandDesc().
xcommand_t cmd_function_s::function |
Definition at line 482 of file cmd.cpp.
Referenced by Cmd_AddCommand().
struct cmd_function_s* cmd_function_s::hash_next |
Definition at line 479 of file cmd.cpp.
Referenced by Cmd_CompleteCommandParameters(), Cmd_RemoveCommand(), Cmd_TableCheck(), Cmd_TableFind(), and Cmd_vExecuteString().
const char* cmd_function_s::name |
Definition at line 480 of file cmd.cpp.
Referenced by Cmd_AddCommand(), and getName().
struct cmd_function_s* cmd_function_s::next |
Definition at line 478 of file cmd.cpp.
Referenced by Cmd_AddCommand(), Cmd_CompleteCommand(), Cmd_List_f(), Cmd_RemoveCommand(), and Cmd_TableCheck().
void* cmd_function_s::userdata |
Definition at line 484 of file cmd.cpp.
Referenced by Cmd_AddUserdata(), and Cmd_GetUserdata().