BBMOD_AnimationPlayer.play

A function defined in BBMOD_AnimationPlayer.gml

play(_animation[, _loop])

Description

Starts playing an animation from its start.

Arguments

Name Type Description
_animation Struct.BBMOD_Animation An animation to play.
_loop Bool If true then the animation will be looped. Defaults to false.

Returns

Struct.BBMOD_AnimationPlayer Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.