RSS

Четверг, 28.03.2024, 14:34
Главная » WoW API » API Виджеты »

Контрольная точка

[ Добавить запись ]

В категории материалов: 5
Показано материалов: 1-5

Название Описание
ControlPoint:SetParent([path [, order]]) or ControlPoint:SetParent(["path" [, order]]) Sets a new path animation parent for a control point.
ControlPoint:SetOrder(order) Sets the order of the control point in a path animation.
ControlPoint:SetOffset(x, y) Sets the offset for the control point.
order = ControlPoint:GetOrder() Returns the order of the control point in a path animation.
x, y = ControlPoint:GetOffset() Returns the offset for the control point.