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

Method getLoadingProgress

GDJS/Runtime/ResourceLoader.ts:1349–1355  ·  view source on GitHub ↗
(taskIdentifier: string)

Source from the content-addressed store, hash-verified

1347 }
1348
1349 getLoadingProgress(taskIdentifier: string): float {
1350 return taskIdentifier === this.currentLoadingTaskIdentifier
1351 ? this.currentTaskProgress
1352 : this.areAssetsLoaded(taskIdentifier)
1353 ? 1
1354 : 0;
1355 }
1356
1357 clear() {
1358 this.loadingStates.clear();

Callers 1

Calls 1

areAssetsLoadedMethod · 0.95

Tested by

no test coverage detected