You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Play an animation that cannot be interrupted until finished playing at least once.
Such as PlayPriority(anim string) or PlayFull(anim string) bool
The boolean in PlayFull returns false if the animation is still trying to play the first time through. If the animation has finished once then true is returned.
The text was updated successfully, but these errors were encountered:
Play an animation that cannot be interrupted until finished playing at least once.
Such as
PlayPriority(anim string)
orPlayFull(anim string) bool
The boolean in PlayFull returns
false
if the animation is still trying to play the first time through. If the animation has finished once thentrue
is returned.The text was updated successfully, but these errors were encountered: