Sets a new path animation parent for a control point
Signature:
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
)