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