OpenTTD Source 20241224-master-gee860a5c8e
|
The Script_Suspend tracks the suspension of a script. More...
Go to the source code of this file.
Data Structures | |
class | Script_Suspend |
A throw-class that is given when the script wants to suspend. More... | |
Typedefs | |
typedef void() | Script_SuspendCallbackProc(class ScriptInstance *instance) |
The callback function when a script suspends. | |
The Script_Suspend tracks the suspension of a script.
Definition in file script_suspend.hpp.
typedef void() Script_SuspendCallbackProc(class ScriptInstance *instance) |
The callback function when a script suspends.
Definition at line 16 of file script_suspend.hpp.