OpenTTD
Static Public Attributes
AirportTileAnimationBase Struct Reference

Helper class for animation control. More...

Inheritance diagram for AirportTileAnimationBase:
AnimationBase< AirportTileAnimationBase, AirportTileSpec, Station, int, GetAirportTileCallback >

Static Public Attributes

static const CallbackID cb_animation_speed = CBID_AIRPTILE_ANIMATION_SPEED
static const CallbackID cb_animation_next_frame = CBID_AIRPTILE_ANIM_NEXT_FRAME
static const
AirportTileCallbackMask 
cbm_animation_speed = CBM_AIRT_ANIM_SPEED
static const
AirportTileCallbackMask 
cbm_animation_next_frame = CBM_AIRT_ANIM_NEXT_FRAME

Additional Inherited Members

- Static Public Member Functions inherited from AnimationBase< AirportTileAnimationBase, AirportTileSpec, Station, int, GetAirportTileCallback >
static void AnimateTile (const AirportTileSpec *spec, Station *obj, TileIndex tile, bool random_animation, intextra_data=0)
 Animate a single tile.
static void ChangeAnimationFrame (CallbackID cb, const AirportTileSpec *spec, Station *obj, TileIndex tile, uint32 random_bits, uint32 trigger, intextra_data=0)
 Check a callback to determine what the next animation step is and execute that step.

Detailed Description

Helper class for animation control.

Definition at line 289 of file newgrf_airporttiles.cpp.


The documentation for this struct was generated from the following file: