OpenTTD
|
Data Fields | |
char * | name |
name of command | |
IConsoleCmd * | next |
next command in list | |
IConsoleCmdProc * | proc |
process executed when command is typed | |
IConsoleHook * | hook |
any special trigger action that needs executing |
Definition at line 37 of file console_internal.h.