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