OpenTTD AI API  20240328-master-gca53e134be
Public Member Functions
AITestMode Class Reference

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

Inheritance diagram for AITestMode:

Public Member Functions

 AITestMode ()
 Creating instance of this class switches the build mode to Testing. More...
 

Detailed Description

Class to switch current mode to Test Mode.

If you create an instance of this class, the mode will be switched to Testing. The original mode is stored and recovered from when ever the instance is destroyed. In Test mode all the commands you execute aren't really executed. The system only checks if it would be able to execute your requests, and what the cost would be.

Constructor & Destructor Documentation

◆ AITestMode()

AITestMode::AITestMode ( )

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

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