Module.destroy()
Type | function |
Library | wattageTileEngine.Module.* |
Return value | VOID |
Keywords | |
See also |
Overview
This function releses all resources held by the instance. Once this method is called, the instance is no longer of any use and any references to it should be cleared.
Syntax
Module.destroy()
Examples
moduleInstance.destroy()