OpenTTD AI API  20240418-master-gc355e98c58
Public Member Functions
AIExecMode Class Reference

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

Inheritance diagram for AIExecMode:

Public Member Functions

 AIExecMode ()
 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

◆ AIExecMode()

AIExecMode::AIExecMode ( )

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!