RSS

Пятница, 26.04.2024, 03:24
Главная » WoW API » Событий API Виджетов »

OnAnimFinished

[ править ]
Run when the model's animation finishes.
[клоны]
Run when the model's animation finishes. Only run for models which do not repeat their animations (e.g. the model used for the "icon falling into bag" animation which appears above the default UI's bag buttons when looting or purchasing items).

Only used for animations internal to Model objects; for widget animations, see OnFinished.


Signature:
Code
OnAnimFinished(self)

Arguments:
  • self - Reference to the widget for which the script was run (model)

Доступна для: Model, PlayerModel, DressUpModel, TabardModel

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