MCPcopy Create free account
hub / github.com/axhlzy/Il2CppHookScripts / dataPath

Method dataPath

Il2cppHook/_Ufunc.js:3246–3248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3244 return Il2Cpp.Api.Application._get_isPlaying();
3245 }
3246 static get dataPath() {
3247 return readU16(Il2Cpp.Api.Application._get_dataPath());
3248 }
3249 static get streamingAssetsPath() {
3250 return readU16(Il2Cpp.Api.Application._get_streamingAssetsPath());
3251 }

Callers

nothing calls this directly

Calls 2

readU16Function · 0.70
_get_dataPathMethod · 0.45

Tested by

no test coverage detected