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

Method GetFloat_2

Il2cppHook/_Ufunc.js:5734–5736  ·  view source on GitHub ↗
(key, defaultValue = 0)

Source from the content-addressed store, hash-verified

5732 return Il2Cpp.Api.PlayerPrefs._GetFloat(this.handle, allocCStr(key));
5733 }
5734 GetFloat_2(key, defaultValue = 0) {
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 }

Callers

nothing calls this directly

Calls 2

allocCStrFunction · 0.70
_GetFloat_2Method · 0.45

Tested by

no test coverage detected