MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / reset

Function reset

src/scripting/api/Runtime/Runtime.ts:250–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 * will not receive any more events
249 */
250 export function reset():void {
251 for (var i in _registeredObjects) {
252 if (i.substr(0,2) !== "__") {
253 deregisterObjectById(i);
254 }
255 }
256 }
257
258 /**
259 * Unloads all objects. Does not deregister them, so they may

Callers

nothing calls this directly

Calls 1

deregisterObjectByIdFunction · 0.85

Tested by

no test coverage detected