Data Fields | |
char | name [MAX_ALIAS_NAME] |
char * | value |
qboolean | archive |
struct cmd_alias_s * | hash_next |
struct cmd_alias_s * | next |
Definition at line 43 of file cmd.c.
store the alias and reload it on the next game start
Definition at line 46 of file cmd.c.
Referenced by Cmd_Alias_f(), and Cmd_WriteAliases().
struct cmd_alias_s* cmd_alias_s::hash_next |
Definition at line 47 of file cmd.c.
Referenced by Cmd_Alias_f(), and Cmd_ExecuteString().
char cmd_alias_s::name[MAX_ALIAS_NAME] |
Definition at line 44 of file cmd.c.
Referenced by Cmd_Alias_f(), Cmd_CompleteCommand(), Cmd_ExecuteString(), Cmd_List_f(), and Cmd_WriteAliases().
struct cmd_alias_s* cmd_alias_s::next |
Definition at line 48 of file cmd.c.
Referenced by Cmd_Alias_f(), Cmd_CompleteCommand(), Cmd_List_f(), and Cmd_WriteAliases().
char* cmd_alias_s::value |
Definition at line 45 of file cmd.c.
Referenced by Cmd_Alias_f(), Cmd_ExecuteString(), and Cmd_WriteAliases().