MCPcopy Create free account
hub / github.com/GrowthEase/GameSentry / applicationDataPath

Method applicationDataPath

lib/component/agent/base.js:46–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45 /** */
46 static get applicationDataPath() {
47 const get_persistentDataPath = this.internalCall("UnityEngine.Application::get_persistentDataPath", "pointer", []);
48 return new Il2Cpp.String(get_persistentDataPath()).content;
49 }
50
51 /** */
52 static get applicationIdentifier() {

Callers

nothing calls this directly

Calls 1

internalCallMethod · 0.95

Tested by

no test coverage detected