Returns the current loop state of the group. Signature: Code loopState = AnimationGroup:GetLoopState()
Returns: - loopState - Loop state of the animation group (string)
FORWARD - In transition from the start state to the final state - NONE - Not looping
- REVERSE - In transition from the final state back to the start state
Также смотрите: Анимационные группы
Ссылки: http://wowprogramming.com/docs/widgets/AnimationGroup/GetLoopState
|