Extensions |
void object.destroy ( )
This method destroys the corresponding object in the MMF frame, as if a native "Destroy" action had been used. Additionally, the Lua object on which destroy was called is also disabled, so that trying to further access or update the destroyed object results in an error.
Parameters
None.
Return Values
None.
Example
Copyright 2010 Justin Aquadro