|
OpenTTD Source
1.10.0-RC1
|
A single location on an airport where aircraft can move to. More...
#include <airport.h>
Data Fields | |
| int16 | x |
| x-coordinate of the destination. | |
| int16 | y |
| y-coordinate of the destination. | |
| uint16 | flag |
| special flags when moving towards the destination. | |
| Direction | direction |
| Direction to turn the aircraft after reaching the destination. | |
A single location on an airport where aircraft can move to.