Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/4ian/GDevelop
/ getResourceKinds
Method
getResourceKinds
GDJS/Runtime/jsonmanager.ts:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
getResourceKinds(): ResourceKind[] {
42
return
resourceKinds;
43
}
44
45
/**
46
* Request all the json resources to be preloaded (unless they are marked as not preloaded).
Callers
1
JsonManager
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected