OpenTTD Source 20241224-master-gee860a5c8e
|
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.
|
inline |
Definition at line 36 of file console_internal.h.
IConsoleHook* IConsoleCmd::hook |
any special trigger action that needs executing
Definition at line 40 of file console_internal.h.
Referenced by IConsoleCmdExec().
std::string IConsoleCmd::name |
name of command
Definition at line 38 of file console_internal.h.
IConsoleCmdProc* IConsoleCmd::proc |
process executed when command is typed
Definition at line 39 of file console_internal.h.
Referenced by IConsoleCmdExec().