Data Structures | |
class | AIObject |
Uper-parent object of all API classes. More... | |
Typedefs | |
typedef void( | AISuspendCallbackProc )(class AIInstance *instance) |
The callback function when an AI suspends. | |
typedef bool( | AIModeProc )(TileIndex tile, uint32 p1, uint32 p2, uint cmd, CommandCost costs) |
The callback function for Mode-classes. |