Explicitly destroys the Joint. An error will occur if you attempt to use the object after calling this function.

In 0.7.2, when you don't have time to wait for garbage collection, this function 
may be used to free the object immediately.
== Function ==
=== Synopsis ===
<source lang="lua">
Joint:destroy( )
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.
== See Also ==
* [[parent::Joint]]
[[Category:Functions]]
{{#set:Description=Explicitly destroys the Joint.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Joint:destroy}}