OpenTTD
|
NewGRF handling of airport tiles. More...
#include "airport.h"
#include "station_map.h"
#include "newgrf_animation_type.h"
#include "newgrf_commons.h"
#include "newgrf_spritegroup.h"
Go to the source code of this file.
Data Structures | |
struct | AirportTileScopeResolver |
Scope resolver for handling the tiles of an airport. More... | |
struct | AirportTileResolverObject |
Resolver for tiles of an airport. More... | |
struct | AirportTileSpec |
Defines the data structure of each individual tile of an airport. More... |
Functions | |
StationGfx | GetTranslatedAirportTileID (StationGfx gfx) |
Do airporttile gfx ID translation for NewGRFs. | |
void | AnimateAirportTile (TileIndex tile) |
void | AirportTileAnimationTrigger (Station *st, TileIndex tile, AirpAnimationTrigger trigger, CargoID cargo_type=CT_INVALID) |
void | AirportAnimationTrigger (Station *st, AirpAnimationTrigger trigger, CargoID cargo_type=CT_INVALID) |
bool | DrawNewAirportTile (TileInfo *ti, Station *st, StationGfx gfx, const AirportTileSpec *airts) |
NewGRF handling of airport tiles.
Definition in file newgrf_airporttiles.h.
StationGfx GetTranslatedAirportTileID | ( | StationGfx | gfx | ) |
Do airporttile gfx ID translation for NewGRFs.
gfx | the type to get the override for. |
Definition at line 97 of file newgrf_airporttiles.cpp.
References AirportTileSpec::Get(), AirportTileSpec::grf_prop, INVALID_AIRPORTTILE, and GRFFileProps::override.
Referenced by CmdBuildAirport(), and GetAirportGfx().