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
|