getLength.lua 299 B

123456789101112
  1. return {
  2. summary = 'Get the length of the CapsuleShape.',
  3. description = 'Returns the length of the CapsuleShape, not including the caps.',
  4. arguments = {},
  5. returns = {
  6. {
  7. name = 'length',
  8. type = 'number',
  9. description = 'The length of the capsule, in meters.'
  10. }
  11. }
  12. }