OpenTTD Source
20241108-master-g80f628063a
|
State machine input struct (from external file, etc.) Finite sTate mAchine --> FTA. More...
#include <airport_movement.h>
Data Fields | |
uint8_t | position |
The position that an airplane is at. | |
uint8_t | heading |
The current orders (eg. TAKEOFF, HANGAR, ENDLANDING, etc.). | |
uint64_t | block |
The block this position is on on the airport (st->airport.flags). | |
uint8_t | next |
Next position from this position. | |
State machine input struct (from external file, etc.) Finite sTate mAchine --> FTA.
Definition at line 18 of file airport_movement.h.