|
OpenTTD Source
14.0-beta1
|
#include "stdafx.h"#include "debug.h"#include "timer/timer_game_calendar.h"#include "newgrf_spritegroup.h"#include "newgrf_text.h"#include "station_base.h"#include "newgrf_class_func.h"#include "town.h"#include "safeguards.h"Go to the source code of this file.
Functions | |
| void | BindAirportSpecs () |
| Tie all airportspecs to their class. | |
| SpriteID | GetCustomAirportSprite (const AirportSpec *as, byte layout) |
| uint16_t | GetAirportCallback (CallbackID callback, uint32_t param1, uint32_t param2, Station *st, TileIndex tile) |
| StringID | GetAirportTextCallback (const AirportSpec *as, byte layout, uint16_t callback) |
| Get a custom text for the airport. More... | |
Variables | |
| AirportOverrideManager | _airport_mngr (NEW_AIRPORT_OFFSET, NUM_AIRPORTS, AT_INVALID) |
NewGRF handling of airports.
Definition in file newgrf_airport.cpp.
| StringID GetAirportTextCallback | ( | const AirportSpec * | as, |
| byte | layout, | ||
| uint16_t | callback | ||
| ) |
Get a custom text for the airport.
| as | The airport type's specification. |
| layout | The layout index. |
| callback | The callback to call. |
Definition at line 273 of file newgrf_airport.cpp.