OpenTTD Source
20241108-master-g80f628063a
|
Internal structure used in openttd - Finite sTate mAchine --> FTA. More...
#include <airport.h>
Data Fields | |
AirportFTA * | next |
possible extra movement choices from this position | |
uint64_t | block |
64 bit blocks (st->airport.flags), should be enough for the most complex airports | |
uint8_t | position |
the position that an airplane is at | |
uint8_t | next_position |
next position from this position | |
uint8_t | heading |
heading (current orders), guiding an airplane to its target on an airport | |
Internal structure used in openttd - Finite sTate mAchine --> FTA.