OpenTTD Source 20250312-master-gcdcc6b491d
MovementTerminalMapping Struct Reference

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.
 

Detailed Description

Combination of aircraft state for going to a certain terminal and the airport flag for that terminal block.

Definition at line 1925 of file aircraft_cmd.cpp.

Field Documentation

◆ blocks

AirportBlock MovementTerminalMapping::blocks

Bitmask in the airport flags that need to be free for this terminal.

Definition at line 1927 of file aircraft_cmd.cpp.

Referenced by FreeTerminal().

◆ state

AirportMovementStates MovementTerminalMapping::state

Aircraft movement state when going to this terminal.

Definition at line 1926 of file aircraft_cmd.cpp.

Referenced by FreeTerminal().


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