OpenTTD NoAI API
|
Uper-parent object of all API classes. More...
Friends | |
class | AIInstance |
class | AIController |
void | CcAI (const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2) |
Uper-parent object of all API classes.
You should never use this class in your AI, as it doesn't publish any public functions. It is used internally to have a common place to handle general things, like internal command processing, and command-validation checks.