cf_sprite_will_finish¶
Category: sprite
GitHub: cute_sprite.h
Returns true if the animation will loop around and finish if cf_sprite_update is called.
Parameters | Description |
---|---|
sprite | The sprite. |
Remarks¶
This is useful to see if you're currently on the last frame of animation, and will finish in this particular update.
Related Pages¶
CF_Sprite
cf_sprite_frame_count
cf_sprite_current_frame
cf_sprite_frame_delay
cf_sprite_animation_delay