|
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_t::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_t::description |
Definition at line 481 of file cmd.cpp.
Referenced by Cmd_AddCommand(), and Cmd_GetCommandDesc().
| xcommand_t cmd_function_t::function |
Definition at line 482 of file cmd.cpp.
Referenced by Cmd_AddCommand().
| struct cmd_function_s* cmd_function_t::hash_next |
Definition at line 479 of file cmd.cpp.
Referenced by Cmd_RemoveCommand().
| const char* cmd_function_t::name |
Definition at line 480 of file cmd.cpp.
Referenced by Cmd_AddCommand(), and getName().
| struct cmd_function_s* cmd_function_t::next |
Definition at line 478 of file cmd.cpp.
Referenced by Cmd_AddCommand(), and Cmd_RemoveCommand().
| void* cmd_function_t::userdata |
Definition at line 484 of file cmd.cpp.
Referenced by Cmd_AddUserdata(), and Cmd_GetUserdata().