Difference between revisions of "Joint:destroy"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Explicitly destroys the Joint.
 
Explicitly destroys the Joint.
 
When you don't have time to wait for garbage collection, this function  
 
When you don't have time to wait for garbage collection, this function  
Line 18: Line 17:
 
{{#set:Description=Explicitly destroys the Joint.
 
{{#set:Description=Explicitly destroys the Joint.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|Joint:destroy}}

Revision as of 14:37, 20 January 2011

Explicitly destroys the Joint. 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 if you attempt to use the object after calling this function.

Function

Synopsis

Joint:destroy( )

Arguments

None.

Returns

Nothing.

See Also

Other Languages