getDimensions.lua 272 B

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