UFO: Alien Invasion
|
Data Fields | |
char | name [MAX_ALIAS_NAME] |
char * | value |
bool | archive |
struct cmd_alias_s * | hash_next |
struct cmd_alias_s * | next |
bool cmd_alias_s::archive |
store the alias and reload it on the next game start
Definition at line 47 of file cmd.cpp.
Referenced by Cmd_Alias_f().
struct cmd_alias_s* cmd_alias_s::hash_next |
Definition at line 48 of file cmd.cpp.
Referenced by Cmd_Alias_f(), and Cmd_vExecuteString().
char cmd_alias_s::name[MAX_ALIAS_NAME] |
Definition at line 45 of file cmd.cpp.
Referenced by Cmd_Alias_f().
struct cmd_alias_s* cmd_alias_s::next |
Definition at line 49 of file cmd.cpp.
Referenced by Cmd_Alias_f(), Cmd_CompleteCommand(), Cmd_List_f(), and Cmd_WriteAliases().
char* cmd_alias_s::value |
Definition at line 46 of file cmd.cpp.
Referenced by Cmd_Alias_f().