| 123456789101112131415161718 |
- return {
- summary = 'Destroy the Shape.',
- description = 'Destroy the Shape, removing it from Colliders it\'s attached to.',
- arguments = {},
- returns = {},
- variants = {
- {
- arguments = {},
- returns = {}
- }
- },
- notes = 'Calling functions on the Shape after destroying it is a bad idea.',
- related = {
- 'Collider:destroy',
- 'Joint:destroy',
- 'World:destroy'
- }
- }
|