OpenTTD Source
20241108-master-g80f628063a
|
A single location on an airport where aircraft can move to. More...
#include <airport.h>
Data Fields | |
int16_t | x |
x-coordinate of the destination. | |
int16_t | y |
y-coordinate of the destination. | |
uint16_t | 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.