OpenTTD Source  20240919-master-gdf0233f4c2
AirportFTA Struct Reference

Internal structure used in openttd - Finite sTate mAchine --> FTA. More...

#include <airport.h>

Data Fields

AirportFTAnext
 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
 

Detailed Description

Internal structure used in openttd - Finite sTate mAchine --> FTA.

Definition at line 190 of file airport.h.


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