setRadius.lua 261 B

123456789101112
  1. return {
  2. summary = 'Set the radius of the CapsuleShape.',
  3. description = 'Sets the radius of the CapsuleShape.',
  4. arguments = {
  5. {
  6. name = 'radius',
  7. type = 'number',
  8. description = 'The new radius, in meters.'
  9. }
  10. },
  11. returns = {}
  12. }