| 123456789101112 |
- return {
- summary = 'Get the length of the CapsuleShape.',
- description = 'Returns the length of the CapsuleShape, not including the caps.',
- arguments = {},
- returns = {
- {
- name = 'length',
- type = 'number',
- description = 'The length of the capsule, in meters.'
- }
- }
- }
|