cmd_function_s Struct Reference

Collaboration diagram for cmd_function_s:
Collaboration graph
[legend]

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)
void * userdata

Detailed Description

Definition at line 484 of file cmd.c.


Field Documentation

int(* cmd_function_s::completeParam)(const char *partial, const char **match)

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

const char* cmd_function_s::name

Definition at line 485 of file cmd.c.

Referenced by Cmd_AddCommand(), Cmd_CompleteCommand(), Cmd_List_f(), and Cmd_RemoveCommand().

Definition at line 491 of file cmd.c.

Referenced by Cmd_AddUserdata(), Cmd_ExecuteString(), and Cmd_GetUserdata().


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

Generated by  doxygen 1.6.2