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

Method GetInt

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

Source from the content-addressed store, hash-verified

5735 return Il2Cpp.Api.PlayerPrefs._GetFloat_2(this.handle, allocCStr(key), defaultValue);
5736 }
5737 GetInt(key) {
5738 return Il2Cpp.Api.PlayerPrefs._GetInt(this.handle, allocCStr(key));
5739 }
5740 GetInt_2(key, defaultValue = 0) {
5741 return Il2Cpp.Api.PlayerPrefs._GetInt_2(this.handle, allocCStr(key), defaultValue);
5742 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70
_GetIntMethod · 0.45

Tested by

no test coverage detected