MCPcopy
hub / github.com/4ian/GDevelop / onFinish

Method onFinish

GDJS/Runtime/ResourceLoader.ts:74–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 onFinish() {
75 this.isFinished = true;
76 for (const onFinish of this.onFinishCallbacks) {
77 onFinish();
78 }
79 }
80 }
81
82 class InternalInGameEditorOnlySvgManager implements gdjs.ResourceManager {

Callers 3

_updateValueMethod · 0.80
_updateValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected