OpenTTD Source 20250604-master-g31fbb17c5b
AirportTileTable Struct Reference

Tile-offset / AirportTileID pair. More...

#include <newgrf_airport.h>

Data Fields

TileIndexDiffC ti
 Tile offset from the top-most airport tile.
 
StationGfx gfx
 AirportTile to use for this tile.
 

Detailed Description

Tile-offset / AirportTileID pair.

Definition at line 26 of file newgrf_airport.h.

Field Documentation

◆ gfx

StationGfx AirportTileTable::gfx

AirportTile to use for this tile.

Definition at line 28 of file newgrf_airport.h.

◆ ti

TileIndexDiffC AirportTileTable::ti

Tile offset from the top-most airport tile.

Definition at line 27 of file newgrf_airport.h.


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