OpenTTD
|
Tables with default values for airports and airport tiles. More...
Go to the source code of this file.
Macros | |
#define | MK(x, y, m) {{x, y}, m} |
Definition of an airport tiles layout. | |
#define | MKEND {{-0x80, 0}, 0} |
Terminator of airport tiles layout definition. | |
#define | AS_GENERIC(fsm, att, rot, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, maint_cost, ttdpatch_type, class_id, name, preview, enabled) {fsm, att, rot, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, name, ttdpatch_type, class_id, preview, maint_cost, enabled, GRFFileProps(AT_INVALID)} |
General AirportSpec definition. | |
#define | AS_ND(ap_name, size_x, size_y, min_year, max_year, catchment, noise, maint_cost, ttdpatch_type, class_id, name, preview) |
AirportSpec definition for airports without any depot. | |
#define | AS(ap_name, size_x, size_y, min_year, max_year, catchment, noise, maint_cost, ttdpatch_type, class_id, name, preview) |
AirportSpec definition for airports with at least one depot. |
Functions | |
assert_compile (NEW_AIRPORT_OFFSET==lengthof(_origin_airport_specs)) |
Variables | |
static AirportTileTable | _tile_table_country_0 [] |
Tiles for Country Airfield (small) | |
static AirportTileTable * | _tile_table_country [] |
static AirportTileTable | _tile_table_commuter_0 [] |
Tiles for Commuter Airfield (small) | |
static AirportTileTable * | _tile_table_commuter [] |
static AirportTileTable | _tile_table_city_0 [] |
Tiles for City Airport (large) | |
static AirportTileTable * | _tile_table_city [] |
static AirportTileTable | _tile_table_metropolitan_0 [] |
Tiles for Metropolitain Airport (large) - 2 runways. | |
static AirportTileTable * | _tile_table_metropolitan [] |
static AirportTileTable | _tile_table_international_0 [] |
Tiles for International Airport (large) - 2 runways. | |
static AirportTileTable * | _tile_table_international [] |
static AirportTileTable | _tile_table_intercontinental_0 [] |
Tiles for International Airport (large) - 2 runways. | |
static AirportTileTable * | _tile_table_intercontinental [] |
static AirportTileTable | _tile_table_heliport_0 [] |
Tiles for Heliport. | |
static AirportTileTable * | _tile_table_heliport [] |
static AirportTileTable | _tile_table_helidepot_0 [] |
Tiles for Helidepot. | |
static AirportTileTable * | _tile_table_helidepot [] |
static AirportTileTable | _tile_table_helistation_0 [] |
Tiles for Helistation. | |
static AirportTileTable * | _tile_table_helistation [] |
static Direction | _default_airports_rotation [] |
const AirportSpec | _origin_airport_specs [] |
Tables with default values for airports and airport tiles.
Definition in file airport_defaults.h.
#define AS | ( | ap_name, | |
size_x, | |||
size_y, | |||
min_year, | |||
max_year, | |||
catchment, | |||
noise, | |||
maint_cost, | |||
ttdpatch_type, | |||
class_id, | |||
name, | |||
preview | |||
) |
AirportSpec definition for airports with at least one depot.
Definition at line 393 of file airport_defaults.h.
#define AS_GENERIC | ( | fsm, | |
att, | |||
rot, | |||
att_len, | |||
depot_tbl, | |||
num_depots, | |||
size_x, | |||
size_y, | |||
noise, | |||
catchment, | |||
min_year, | |||
max_year, | |||
maint_cost, | |||
ttdpatch_type, | |||
class_id, | |||
name, | |||
preview, | |||
enabled | |||
) | {fsm, att, rot, att_len, depot_tbl, num_depots, size_x, size_y, noise, catchment, min_year, max_year, name, ttdpatch_type, class_id, preview, maint_cost, enabled, GRFFileProps(AT_INVALID)} |
General AirportSpec definition.
Definition at line 384 of file airport_defaults.h.
#define AS_ND | ( | ap_name, | |
size_x, | |||
size_y, | |||
min_year, | |||
max_year, | |||
catchment, | |||
noise, | |||
maint_cost, | |||
ttdpatch_type, | |||
class_id, | |||
name, | |||
preview | |||
) |
AirportSpec definition for airports without any depot.
Definition at line 388 of file airport_defaults.h.
#define MK | ( | x, | |
y, | |||
m | |||
) | {{x, y}, m} |
Definition of an airport tiles layout.
x | offset x of this tile |
y | offset y of this tile |
m | StationGfx of the tile |
Definition at line 23 of file airport_defaults.h.
|
static |
Definition at line 376 of file airport_defaults.h.
const AirportSpec _origin_airport_specs[] |
|
static |
Definition at line 121 of file airport_defaults.h.
|
static |
Definition at line 76 of file airport_defaults.h.
|
static |
Tiles for Commuter Airfield (small)
Definition at line 52 of file airport_defaults.h.
|
static |
Definition at line 47 of file airport_defaults.h.
|
static |
Tiles for Country Airfield (small)
Definition at line 31 of file airport_defaults.h.
|
static |
Definition at line 355 of file airport_defaults.h.
|
static |
|
static |
Definition at line 342 of file airport_defaults.h.
|
static |
Tiles for Heliport.
Definition at line 337 of file airport_defaults.h.
|
static |
Definition at line 372 of file airport_defaults.h.
|
static |
Tiles for Helistation.
Definition at line 360 of file airport_defaults.h.
|
static |
Definition at line 332 of file airport_defaults.h.
|
static |
Definition at line 224 of file airport_defaults.h.
|
static |
Definition at line 166 of file airport_defaults.h.