This file is part of WormAI: An OpenTTD AI. More...
Classes | |
| class | WormRailManager |
| Define the WormRailManager class which handles trains. More... | |
Variables | |
| const | BS_NOTHING = 0 |
| Building stages, needed to recover a savegame. | |
| const | BS_BUILDING = 1 |
| const | BS_REMOVING = 2 |
| const | BS_ELECTRIFYING = 3 |
This file is part of WormAI: An OpenTTD AI.
Class containing the Rail Manager for WormAI. Based on code from SimpleAI.
License: GNU GPL - version 2 (see license.txt) Author: Wormnest (Jacob Boerema) Copyright: Jacob Boerema, 2016.
| const BS_NOTHING = 0 |
Building stages, needed to recover a savegame.
1.8.1.2