BezierCurve:getControlPointCount
Available since LÖVE 0.9.0
This function is not supported in earlier versions.
Get the number of control points in the Bézier curve.
Function
Synopsis
count = BezierCurve:getControlPointCount( )
Arguments
None.
Returns
number count
- The number of control points.
Please login to continue.