destroy.lua 398 B

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