|
OpenTTD Source 20251117-master-g7398d2e290
|
Helper class for animation control. More...
Static Public Attributes | |
| static const CallbackID | cb_animation_speed = CBID_OBJECT_ANIMATION_SPEED |
| static const CallbackID | cb_animation_next_frame = CBID_OBJECT_ANIMATION_NEXT_FRAME |
| static const ObjectCallbackMask | cbm_animation_speed = ObjectCallbackMask::AnimationSpeed |
| static const ObjectCallbackMask | cbm_animation_next_frame = ObjectCallbackMask::AnimationNextFrame |
Additional Inherited Members | |
Static Public Member Functions inherited from AnimationBase< ObjectAnimationBase, ObjectSpec, Object, int, StubGetObjectCallback, TileAnimationFrameAnimationHelper< Object > > | |
| static void | AnimateTile (const ObjectSpec *spec, Object *obj, TileIndex tile, bool random_animation, int extra_data=0) |
| Animate a single tile. | |
| static void | ChangeAnimationFrame (CallbackID cb, const ObjectSpec *spec, Object *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 541 of file newgrf_object.cpp.
|
static |
Definition at line 543 of file newgrf_object.cpp.
|
static |
Definition at line 542 of file newgrf_object.cpp.
|
static |
Definition at line 546 of file newgrf_object.cpp.
|
static |
Definition at line 545 of file newgrf_object.cpp.