RSS

Среда, 24.04.2024, 01:04
Главная » WoW API » Событий API Виджетов »

OnFinished

[ править ]
Run when the animation (or animation group) finishes animating.
[клоны]
Run when the animation (or animation group) finishes animating. Does not run for an animation group set to loop unless the group's :Finish() method is called.


Signature:
Code
OnFinished(self, requested)

Arguments:
  • self - Reference to the widget for which the script was run (animation)
  • requested - True if animation finished because of a call to AnimationGroup:Finish(); false otherwise (boolean)

Доступна для: Animation, AnimationGroup, Alpha, Path, Rotation, Scale, Translation

Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/OnFinished