(key, defaultValue = 0)
| 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 | } |
nothing calls this directly
no test coverage detected