isEnabled.lua 321 B

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