RSS

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

done = AnimationGroup:IsDone()

[ править ]
Returns whether the group has finished playing.
[клоны]
Returns whether the group has finished playing. Only valid in the OnFinished and OnUpdate handlers, and only applies if the animation group does not loop.


Signature:
Code
done = AnimationGroup:IsDone()

Returns:
  • done - True if the group has finished playing; false otherwise (boolean)

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