|
OpenTTD Source 15.0-beta1
|
Tables with airporttile defaults. More...
Go to the source code of this file.
Macros | |
| #define | AT(num_frames, anim_speed) {{num_frames, ANIM_STATUS_LOOPING, anim_speed, 0}, STR_NULL, 0, 0, true, GRFFileProps(INVALID_AIRPORTTILE)} |
| Writes all airport tile properties in the AirportTile struct. | |
| #define | AT_NOANIM {{0, ANIM_STATUS_NO_ANIMATION, 2, 0}, STR_NULL, 0, 0, true, GRFFileProps(INVALID_AIRPORTTILE)} |
| Writes an airport tile without animation in the AirportTile struct. | |
Variables | |
| static const AirportTileSpec | _origin_airporttile_specs [] |
| All default airport tiles. | |
Tables with airporttile defaults.
Definition in file airporttiles.h.
| #define AT | ( | num_frames, | |
| anim_speed | |||
| ) | {{num_frames, ANIM_STATUS_LOOPING, anim_speed, 0}, STR_NULL, 0, 0, true, GRFFileProps(INVALID_AIRPORTTILE)} |
Writes all airport tile properties in the AirportTile struct.
Definition at line 14 of file airporttiles.h.
| #define AT_NOANIM {{0, ANIM_STATUS_NO_ANIMATION, 2, 0}, STR_NULL, 0, 0, true, GRFFileProps(INVALID_AIRPORTTILE)} |
Writes an airport tile without animation in the AirportTile struct.
Definition at line 16 of file airporttiles.h.
|
static |
All default airport tiles.
Definition at line 22 of file airporttiles.h.
Referenced by AirportTileSpec::ResetAirportTiles().