Curve:getPointCount
EditReturns the number of control points in the Curve.
count = Curve:getPointCount()
Arguments
None
Returns
Name | Type | Description |
count | number | The number of control points. |
See also
Curve:getPoint
Curve:setPoint
Curve:addPoint
Curve:removePoint
Curve