UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
cmd_function_s Struct Reference

Public Member Functions

const char * getName () const
 

Data Fields

struct cmd_function_snext
 
struct cmd_function_shash_next
 
const char * name
 
const char * description
 
xcommand_t function
 
int(* completeParam )(const char *partial, const char **match)
 
voiduserdata
 

Detailed Description

Definition at line 477 of file cmd.cpp.

Member Function Documentation

const char* cmd_function_s::getName ( ) const
inline

Definition at line 486 of file cmd.cpp.

References name.

Referenced by Cmd_RemoveCommand().

Field Documentation

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
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
void* cmd_function_s::userdata

Definition at line 484 of file cmd.cpp.

Referenced by Cmd_AddUserdata(), and Cmd_GetUserdata().


The documentation for this struct was generated from the following file: