Function: uninitScript()
uninitScript(
script
):void
Defined in: src/singletons.ts:86
A shortcut for core.scriptsManager.uninitScript()
. Disposes of a script
and removes it from the update loop.
Parameters
script
The script to uninitialize.
Returns
void