RSS

Суббота, 20.04.2024, 05:34
Главная » WoW API » API Виджеты » Анимация »

order = Scale:GetOrder()

[ править ]
Returns the order of the animation within its parent group.
[клоны]
Returns the order of the animation within its parent group. When the parent AnimationGroup plays, Animations with a lower order number are played before those with a higher number. Animations with the same order number are played at the same time.


Signature:
Code
order = Animation:GetOrder()

Returns:
  • order - Position at which the animation will play relative to others in its group (between 0 and 100) (number)

Также смотрите: Анимация
Ссылки: http://wowprogramming.com/docs/widgets/Animation/GetOrder