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