OpenTTD Source  20241108-master-g80f628063a
AirportMovingData Struct Reference

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.
 

Detailed Description

A single location on an airport where aircraft can move to.

Definition at line 131 of file airport.h.


The documentation for this struct was generated from the following file: