destroy.lua 323 B

1234567891011121314
  1. return {
  2. summary = 'Destroy the Collider.',
  3. description = 'Destroy the Collider, removing it from the World.',
  4. arguments = {},
  5. returns = {},
  6. notes = [[
  7. Calling functions on the collider after destroying it is a bad idea.
  8. ]],
  9. related = {
  10. 'World:destroy',
  11. 'Shape:destroy',
  12. 'Joint:destroy'
  13. }
  14. }