OpenTTD Source  20240919-master-gdf0233f4c2
script_suspend.hpp File Reference

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.
 

Detailed Description

The Script_Suspend tracks the suspension of a script.

Definition in file script_suspend.hpp.