OpenTTD Source 20241224-master-gee860a5c8e
HangarTileTable Struct Reference

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.
 

Detailed Description

A list of all hangar tiles in an airport.

Definition at line 91 of file newgrf_airport.h.

Field Documentation

◆ dir

Direction HangarTileTable::dir

Direction of the exit.

Definition at line 93 of file newgrf_airport.h.

Referenced by Airport::GetHangarExitDirection().

◆ hangar_num

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().

◆ ti

TileIndexDiffC HangarTileTable::ti

Tile offset from the top-most airport tile.

Definition at line 92 of file newgrf_airport.h.


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