| 1234567891011121314151617 |
- return {
- summary = 'Set the length of the CapsuleShape.',
- description = 'Sets the length of the CapsuleShape.',
- arguments = {
- length = {
- type = 'number',
- description = 'The new length, in meters, not including the caps.'
- }
- },
- returns = {},
- variants = {
- {
- arguments = { 'length' },
- returns = {}
- }
- }
- }
|