setLength.lua 285 B

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