| 1234567891011121314 |
- return {
- summary = 'Destroy the Collider.',
- description = 'Destroy the Collider, removing it from the World.',
- arguments = {},
- returns = {},
- notes = [[
- Calling functions on the collider after destroying it is a bad idea.
- ]],
- related = {
- 'World:destroy',
- 'Shape:destroy',
- 'Joint:destroy'
- }
- }
|