OpenTTD Source
20241121-master-g67a0fccfad
|
Public Member Functions | |
IConsoleCmd (const std::string &name, IConsoleCmdProc *proc, IConsoleHook *hook) | |
Data Fields | |
std::string | name |
name of command | |
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.