destroy.lua 325 B

123456789101112
  1. return {
  2. summary = 'Destroy the Shape.',
  3. description = 'Destroy the Shape, removing it from Colliders it\'s attached to.',
  4. arguments = {},
  5. returns = {},
  6. notes = 'Calling functions on the Shape after destroying it is a bad idea.',
  7. related = {
  8. 'Collider:destroy',
  9. 'Joint:destroy',
  10. 'World:destroy'
  11. }
  12. }