| 1234567891011121314151617181920 |
- return {
- summary = 'Get the number of control points in the Curve.',
- description = [[
- Returns the number of control points in the Curve.
- ]],
- arguments = {},
- returns = {
- {
- name = 'count',
- type = 'number',
- description = 'The number of control points.'
- }
- },
- related = {
- 'Curve:getPoint',
- 'Curve:setPoint',
- 'Curve:addPoint',
- 'Curve:removePoint'
- }
- }
|