OpenTTD Source 20250205-master-gfd85ab1e2c
|
Data Fields | |
std::vector< AirportTileTable > | tiles |
List of all tiles in this layout. | |
Direction | rotation |
The rotation of this layout. | |
Definition at line 97 of file newgrf_airport.h.
Direction AirportTileLayout::rotation |
The rotation of this layout.
Definition at line 99 of file newgrf_airport.h.
std::vector<AirportTileTable> AirportTileLayout::tiles |
List of all tiles in this layout.
Definition at line 98 of file newgrf_airport.h.