OpenTTD GameScript API  20241117-master-ga6c526cfa0
Public Member Functions
GSExecMode Class Reference

Class to switch current mode to Execute Mode. More...

Inheritance diagram for GSExecMode:

Public Member Functions

 GSExecMode ()
 Creating instance of this class switches the build mode to Execute. More...
 

Detailed Description

Class to switch current mode to Execute Mode.

If you create an instance of this class, the mode will be switched to Execute. The original mode is stored and recovered from when ever the instance is destroyed. In Execute mode all commands you do are executed for real.

Constructor & Destructor Documentation

◆ GSExecMode()

GSExecMode::GSExecMode ( )

Creating instance of this class switches the build mode to Execute.

Note
When the instance is destroyed, it restores the mode that was current when the instance was created!