MCPcopy Index your code
hub / github.com/4ian/GDevelop / getSceneLoadingProgress

Method getSceneLoadingProgress

GDJS/Runtime/ResourceLoader.ts:579–581  ·  view source on GitHub ↗
(sceneName: string)

Source from the content-addressed store, hash-verified

577 }
578
579 getSceneLoadingProgress(sceneName: string): float {
580 return this.sceneResourceLoadingQueue.getLoadingProgress(sceneName);
581 }
582
583 /**
584 * @returns true when all the resources of the given scene are loaded

Callers

nothing calls this directly

Calls 1

getLoadingProgressMethod · 0.80

Tested by

no test coverage detected