|
OpenTTD Source
1.10.0-RC1
|
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 35 of file console_internal.h.