RSS

Суббота, 21.12.2024, 20:12
Главная » WoW API » API Виджеты »

Путь

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

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

Название Описание
Path:SetCurve("curveType") Sets the curve type for the path animation.
max = Path:GetMaxOrder() Returns the maximum order of the control points belonging to a given path.
curveType = Path:GetCurve() Returns the curveType of the given path.
... = Path:GetControlPoints() Returns the control points that belong to a given path.
Path:CreateControlPoint(["name" [, "template" [, order]]]) Creates a new control point for the given path.