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

Method _DeleteKey

Il2cppHook/_Ufunc.js:5642–5644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5640 return Il2Cpp.Api.t("UnityEngine.CoreModule", "UnityEngine.PlayerPrefs", "DeleteAll", 0, "pointer", ["pointer"]);
5641 }
5642 static get _DeleteKey() {
5643 return Il2Cpp.Api.t("UnityEngine.CoreModule", "UnityEngine.PlayerPrefs", "DeleteKey", 1, "pointer", ["pointer", "pointer"]);
5644 }
5645 static get _GetFloat() {
5646 return Il2Cpp.Api.t("UnityEngine.CoreModule", "UnityEngine.PlayerPrefs", "GetFloat", 1, "pointer", ["pointer", "pointer"]);
5647 }

Callers 1

DeleteKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected