terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
PlayerPrefsException.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000033")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000035")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F6A4AC", Offset = "0x1F6A4AC", Length = "0x68")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerPrefs), Member = "SetInt", MemberParameters = new object[]
13 {
14 typeof(string),
15 typeof(int)
16 }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerPrefs), Member = "SetFloat", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(float)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerPrefs), Member = "SetString", MemberParameters = new object[]
23 {
24 typeof(string),
25 typeof(string)
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Exception), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
30 public PlayerPrefsException(string error)
31 {
32 throw null;
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar