| 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.
 1.8.1.2
 1.8.1.2