RSS

Пятница, 29.03.2024, 18:50
Главная » WoW API » API Виджеты » Анимационные группы »

isPending = AnimationGroup:IsPendingFinish()

[ править ]
Returns whether or not the animation group is pending finish.
[клоны]
Returns whether or not the animation group is pending finish.


Signature:
Code
isPending = AnimationGroup:IsPendingFinish()

Returns:
  • isPending - Whether or not the animation group is currently pending a finish command. Since the Finish() method does not immediately stop the animation group, this method can be used to test if Finish() has been called and the group will finish at the end of the current loop. (boolean)

Также смотрите: Анимационные группы
Ссылки: http://wowprogramming.com/docs/widgets/AnimationGroup/IsPendingFinish