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

Method DeleteKey

Il2cppHook/_Ufunc.js:5728–5730  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

5726 return Il2Cpp.Api.PlayerPrefs._DeleteAll(this.handle);
5727 }
5728 DeleteKey(key) {
5729 return Il2Cpp.Api.PlayerPrefs._DeleteKey(this.handle, allocCStr(key));
5730 }
5731 GetFloat(key) {
5732 return Il2Cpp.Api.PlayerPrefs._GetFloat(this.handle, allocCStr(key));
5733 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70
_DeleteKeyMethod · 0.45

Tested by

no test coverage detected