Difference between revisions of "Body:destroy"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Explicitly destroys the Body.
 +
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 ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 16:
 
* [[parent::Body]]
 
* [[parent::Body]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Explicitly destroys the Body.
 +
}}

Revision as of 16:17, 14 February 2010

Explicitly destroys the Body. 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

Body:destroy( )

Arguments

None.

Returns

Nothing.

See Also