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

◆ OnLoad

Action< Preferences > Terraria.IO.Preferences.OnLoad
setaddremove

Definition at line 65 of file Preferences.cs.

66 {
68 [global::Cpp2ILInjected.Token(Token = "0x6003391")]
69 [global::Cpp2ILInjected.Address(RVA = "0x133E468", Offset = "0x133E468", Length = "0xB0")]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WaterfallManager), Member = ".ctor", ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CloudSocialModule), Member = "Initialize", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SelectionHolder<>), Member = "BindTo", MemberParameters = new object[] { typeof(Preferences) }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PlayerResourceSetsManager), Member = "BindTo", MemberParameters = new object[] { typeof(Preferences) }, ReturnType = typeof(void))]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Combine", MemberParameters = new object[]
77 {
80 }, ReturnType = typeof(Delegate))]
81 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
82 add
83 {
84 throw null;
85 }
87 [global::Cpp2ILInjected.Token(Token = "0x6003392")]
88 [global::Cpp2ILInjected.Address(RVA = "0x133E518", Offset = "0x133E518", Length = "0xB0")]
89 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Delegate), Member = "Remove", MemberParameters = new object[]
92 {
95 }, ReturnType = typeof(Delegate))]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
97 remove
98 {
99 throw null;
100 }
101 }
class f__AnonymousType0<< Count > j__TPar
Preferences(string path, bool parseAllTypes=false, bool useBson=false)