RSS

Четверг, 25.04.2024, 15:12
Главная » WoW API » API Виджеты » Контрольная точка »

ControlPoint:SetParent([path [, order]]) or ControlPoint:SetParent(["path" [, order]])

[ править ]
Sets a new path animation parent for a control point.
[клоны]
Sets a new path animation parent for a control point.


Signature:
Code
ControlPoint:SetParent([path [, order]]) or ControlPoint:SetParent(["path" [, order]])

Arguments:
  • path - The path object to be set as parent. (table)
  • path - The name of a path object to be set as parent. (string)
  • order - The order index to set for the control point in the new parent animation. (number)

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