AnimationGroup:GetLooping

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

loopType = AnimationGroup:GetLooping()

Returns

loopType
string
Type Description
BOUNCE Repeatedly animates forward from the initial state to the final state then backwards to the initial state
NONE No looping; animates from the initial state to the final state once and stops
REPEAT Repeatedly animates forward from the initial state to the final state (instantly resetting from the final state to the initial state between repetitions)