Difference between revisions of "Joint:destroy"

m (included link to other languages)
(Split up the 0.7.2 specific part.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Explicitly destroys the Joint.
+
Explicitly destroys the Joint. An error will occur if you attempt to use the object after calling this function.
When you don't have time to wait for garbage collection, this function  
+
 
may be used to free the object immediately, but note that an error will occur
+
In 0.7.2, when you don't have time to wait for garbage collection, this function  
if you attempt to use the object after calling this function.
+
may be used to free the object immediately.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 15: Line 15:
 
* [[parent::Joint]]
 
* [[parent::Joint]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Explicitly destroys the Joint.
+
{{#set:Description=Explicitly destroys the Joint.}}
}}
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Joint:destroy}}
 
{{i18n|Joint:destroy}}

Latest revision as of 17:50, 18 April 2012

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

Joint:destroy( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages