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