Difference between revisions of "Shape:destroy"

m (included link to other languages)
Line 15: Line 15:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Explicitly destroys the Shape.
+
{{#set:Description=Explicitly destroys the Shape.}}
}}
+
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Shape:destroy}}
 
{{i18n|Shape:destroy}}

Revision as of 10:48, 25 March 2011

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

Shape:destroy( )

Arguments

None.

Returns

Nothing.

See Also


Other Languages