OpenTTD Source 20241224-master-gf74b0cf984
|
A list of all hangar tiles in an airport. More...
#include <newgrf_airport.h>
Data Fields | |
TileIndexDiffC | ti |
Tile offset from the top-most airport tile. | |
Direction | dir |
Direction of the exit. | |
uint8_t | hangar_num |
The hangar to which this tile belongs. | |
A list of all hangar tiles in an airport.
Definition at line 91 of file newgrf_airport.h.
Direction HangarTileTable::dir |
Direction of the exit.
Definition at line 93 of file newgrf_airport.h.
Referenced by Airport::GetHangarExitDirection().
uint8_t HangarTileTable::hangar_num |
The hangar to which this tile belongs.
Definition at line 94 of file newgrf_airport.h.
Referenced by Airport::GetHangarNum().
TileIndexDiffC HangarTileTable::ti |
Tile offset from the top-most airport tile.
Definition at line 92 of file newgrf_airport.h.