OpenTTD Source
20241108-master-g80f628063a
|
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.