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