vkQuake2 doxygen  1.0 dev
cmd_function_s Struct Reference

Public Attributes

struct cmd_function_snext
 
char * name
 
xcommand_t function
 

Detailed Description

Definition at line 487 of file cmd.c.

Member Data Documentation

◆ function

xcommand_t cmd_function_s::function

Definition at line 491 of file cmd.c.

Referenced by Cmd_AddCommand(), and Cmd_ExecuteString().

◆ name

char* cmd_function_s::name

◆ next

struct cmd_function_s* cmd_function_s::next