OpenTTD Source 20250313-master-g70c2a666bc
|
Helper class for animation control. More...
Static Public Attributes | |
static constexpr CallbackID | cb_animation_speed = CBID_STATION_ANIMATION_SPEED |
static constexpr CallbackID | cb_animation_next_frame = CBID_STATION_ANIM_NEXT_FRAME |
static constexpr RoadStopCallbackMask | cbm_animation_speed = RoadStopCallbackMask::AnimationSpeed |
static constexpr RoadStopCallbackMask | cbm_animation_next_frame = RoadStopCallbackMask::AnimationNextFrame |
Additional Inherited Members | |
![]() | |
static void | AnimateTile (const RoadStopSpec *spec, BaseStation *obj, TileIndex tile, bool random_animation, int extra_data=0) |
Animate a single tile. | |
static void | ChangeAnimationFrame (CallbackID cb, const RoadStopSpec *spec, BaseStation *obj, TileIndex tile, uint32_t random_bits, uint32_t trigger, int extra_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 361 of file newgrf_roadstop.cpp.
|
staticconstexpr |
Definition at line 363 of file newgrf_roadstop.cpp.
|
staticconstexpr |
Definition at line 362 of file newgrf_roadstop.cpp.
|
staticconstexpr |
Definition at line 366 of file newgrf_roadstop.cpp.
|
staticconstexpr |
Definition at line 365 of file newgrf_roadstop.cpp.