OpenTTD Source 20260911-master-gee2b2ac12a
AirportTileLayout Struct Reference

Data Fields

std::vector< AirportTileTabletiles
 List of all tiles in this layout.
Direction rotation
 The rotation of this layout.

Detailed Description

Definition at line 94 of file newgrf_airport.h.

Field Documentation

◆ rotation

Direction AirportTileLayout::rotation

The rotation of this layout.

Definition at line 96 of file newgrf_airport.h.

Referenced by AirportChangeInfo().

◆ tiles

std::vector<AirportTileTable> AirportTileLayout::tiles

List of all tiles in this layout.

Definition at line 95 of file newgrf_airport.h.

Referenced by AirportChangeInfo(), and ValidateAirportLayout().


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