RSS

Среда, 06.11.2024, 07:33
Главная » WoW API » API Виджеты » Контрольная точка »

order = ControlPoint:GetOrder()

[ править ]
Returns the order of the control point in a path animation.
[клоны]
Returns the order of the control point in a path animation. When the parent path animation plays, the control points with a lower number are traversed before those with a higher number. Control points must have distinct order indices, and these will be assigned automatically as new points are created.


Signature:
Code
order = ControlPoint:GetOrder()

Returns:
  • order - Position at which the control point will be traversed relative to others in the same path animation (between 0 and 100) (number)

Также смотрите: Контрольная точка
Ссылки: http://wowprogramming.com/docs/widgets/ControlPoint/GetOrder