|
OpenTTD Source 20251104-master-g3befbdd52f
|
Tables with airporttile defaults. More...
#include "table/strings.h"Go to the source code of this file.
Macros | |
| #define | AT(num_frames, anim_speed) {{num_frames, AnimationStatus::Looping, anim_speed, {}}, STR_NULL, AirportTileCallbackMasks{}, 0, true, SubstituteGRFFileProps(INVALID_AIRPORTTILE), {}} |
| Writes all airport tile properties in the AirportTile struct. | |
| #define | AT_NOANIM {AnimationInfo<AirportAnimationTriggers>{}, STR_NULL, AirportTileCallbackMasks{}, 0, true, SubstituteGRFFileProps(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, AnimationStatus::Looping, anim_speed, {}}, STR_NULL, AirportTileCallbackMasks{}, 0, true, SubstituteGRFFileProps(INVALID_AIRPORTTILE), {}} |
Writes all airport tile properties in the AirportTile struct.
Definition at line 16 of file airporttiles.h.
| #define AT_NOANIM {AnimationInfo<AirportAnimationTriggers>{}, STR_NULL, AirportTileCallbackMasks{}, 0, true, SubstituteGRFFileProps(INVALID_AIRPORTTILE), {}} |
Writes an airport tile without animation in the AirportTile struct.
Definition at line 18 of file airporttiles.h.
|
static |
All default airport tiles.
Definition at line 24 of file airporttiles.h.
Referenced by AirportTileSpec::ResetAirportTiles().