OpenTTD
|
NewGRF handling of airports. More...
#include "airport.h"
#include "date_type.h"
#include "newgrf_class.h"
#include "newgrf_commons.h"
#include "tilearea_type.h"
Go to the source code of this file.
Data Structures | |
struct | AirportTileTable |
Tile-offset / AirportTileID pair. More... | |
class | AirportTileTableIterator |
Iterator to iterate over all tiles belonging to an airport spec. More... | |
struct | HangarTileTable |
A list of all hangar tiles in an airport. More... | |
struct | AirportSpec |
Defines the data structure for an airport. More... |
Typedefs | |
typedef byte | StationGfx |
Copy from station_map.h. | |
typedef NewGRFClass < AirportSpec, AirportClassID, APC_MAX > | AirportClass |
Information related to airport classes. |
Enumerations | |
enum | AirportClassID { APC_BEGIN = 0, APC_SMALL = 0, APC_LARGE, APC_HUB, APC_HELIPORT, APC_MAX = 16 } |
List of default airport classes. More... | |
enum | TTDPAirportType { ATP_TTDP_SMALL, ATP_TTDP_LARGE, ATP_TTDP_HELIPORT, ATP_TTDP_OILRIG } |
Allow incrementing of AirportClassID variables. More... |
Functions | |
void | BindAirportSpecs () |
Tie all airportspecs to their class. | |
StringID | GetAirportTextCallback (const AirportSpec *as, byte layout, uint16 callback) |
Get a custom text for the airport. |
NewGRF handling of airports.
Definition in file newgrf_airport.h.
typedef NewGRFClass<AirportSpec, AirportClassID, APC_MAX> AirportClass |
Information related to airport classes.
Definition at line 143 of file newgrf_airport.h.
enum AirportClassID |
List of default airport classes.
Definition at line 70 of file newgrf_airport.h.
enum TTDPAirportType |
Allow incrementing of AirportClassID variables.
TTDP airport types. Used to map our types to TTDPatch's
ATP_TTDP_SMALL |
Same as AT_SMALL. |
ATP_TTDP_LARGE |
Same as AT_LARGE. |
ATP_TTDP_HELIPORT |
Same as AT_HELIPORT. |
ATP_TTDP_OILRIG |
Same as AT_OILRIG. |
Definition at line 83 of file newgrf_airport.h.
StringID GetAirportTextCallback | ( | const AirportSpec * | as, |
byte | layout, | ||
uint16 | 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 283 of file newgrf_airport.cpp.
References CALLBACK_FAILED, ErrorUnknownCallbackResult(), GetGRFStringID(), AirportSpec::GetIndex(), AirportSpec::grf_prop, GRFFilePropsBase< Tcnt >::grffile, and INVALID_TILE.
Referenced by BuildAirportWindow::DrawWidget(), BuildAirportWindow::SetStringParameters(), and BuildAirportWindow::UpdateWidgetSize().