OpenTTD AI API
20241117-master-ga6c526cfa0
|
Class to switch current mode to Test Mode. More...
Public Member Functions | |
AITestMode () | |
Creating instance of this class switches the build mode to Testing. More... | |
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.
AITestMode::AITestMode | ( | ) |
Creating instance of this class switches the build mode to Testing.