A function defined in BBMOD_AnimationPlayer.gml
play(_animation[, _loop])
Starts playing an animation from its start.
Name | Type | Description |
---|---|---|
_animation | Struct.BBMOD_Animation |
An animation to play. |
_loop | Bool |
If true then the animation will be looped. Defaults to false . |
Struct.BBMOD_AnimationPlayer
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.