setEnabled.lua 317 B

12345678910111213
  1. return {
  2. summary = 'Enable or disable the Shape.',
  3. description = 'Enable or disable the Shape.',
  4. arguments = {
  5. {
  6. name = 'enabled',
  7. type = 'boolean',
  8. description = 'Whether the Shape should be enabled.'
  9. }
  10. },
  11. returns = {},
  12. notes = 'Disabled shapes won\'t collide with anything.'
  13. }