UFO: Alien Invasion
Loading...
Searching...
No Matches
cmd_function_t Struct Reference
Collaboration diagram for cmd_function_t:
Collaboration graph

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)
voiduserdata

Detailed Description

Definition at line 477 of file cmd.cpp.

Member Function Documentation

◆ getName()

const char * cmd_function_t::getName ( ) const
inline

Definition at line 486 of file cmd.cpp.

References name.

Referenced by Cmd_RemoveCommand().

Field Documentation

◆ completeParam

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().

◆ description

const char* cmd_function_t::description

Definition at line 481 of file cmd.cpp.

Referenced by Cmd_AddCommand(), and Cmd_GetCommandDesc().

◆ function

xcommand_t cmd_function_t::function

Definition at line 482 of file cmd.cpp.

Referenced by Cmd_AddCommand().

◆ hash_next

struct cmd_function_s* cmd_function_t::hash_next

Definition at line 479 of file cmd.cpp.

Referenced by Cmd_RemoveCommand().

◆ name

const char* cmd_function_t::name

Definition at line 480 of file cmd.cpp.

Referenced by Cmd_AddCommand(), and getName().

◆ next

struct cmd_function_s* cmd_function_t::next

Definition at line 478 of file cmd.cpp.

Referenced by Cmd_AddCommand(), and Cmd_RemoveCommand().

◆ userdata

void* cmd_function_t::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: