OpenTTD Source 20250511-master-gf2b48bad79
|
Combination of aircraft state for going to a certain terminal and the airport flag for that terminal block. More...
Data Fields | |
AirportMovementStates | state |
Aircraft movement state when going to this terminal. | |
AirportBlock | blocks |
Bitmask in the airport flags that need to be free for this terminal. | |
Combination of aircraft state for going to a certain terminal and the airport flag for that terminal block.
Definition at line 1922 of file aircraft_cmd.cpp.
AirportBlock MovementTerminalMapping::blocks |
Bitmask in the airport flags that need to be free for this terminal.
Definition at line 1924 of file aircraft_cmd.cpp.
Referenced by FreeTerminal().
AirportMovementStates MovementTerminalMapping::state |
Aircraft movement state when going to this terminal.
Definition at line 1923 of file aircraft_cmd.cpp.
Referenced by FreeTerminal().