OpenTTD
|
Helper class for animation control. More...
Static Public Attributes | |
static const CallbackID | cb_animation_speed = CBID_STATION_ANIMATION_SPEED |
static const CallbackID | cb_animation_next_frame = CBID_STATION_ANIM_NEXT_FRAME |
static const StationCallbackMask | cbm_animation_speed = CBM_STATION_ANIMATION_SPEED |
static const StationCallbackMask | cbm_animation_next_frame = CBM_STATION_ANIMATION_NEXT_FRAME |
Additional Inherited Members | |
![]() | |
static void | AnimateTile (const StationSpec *spec, BaseStation *obj, TileIndex tile, bool random_animation, intextra_data=0) |
Animate a single tile. | |
static void | ChangeAnimationFrame (CallbackID cb, const StationSpec *spec, BaseStation *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. |
Helper class for animation control.
Definition at line 915 of file newgrf_station.cpp.