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
SettingChangingEventHandler.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000489")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001F9C")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E9C1F8", Offset = "0x1E9C1F8", Length = "0x38")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
14 public SettingChangingEventHandler(object @object, IntPtr method)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001F9D")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1E9C230", Offset = "0x1E9C230", Length = "0x38")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
23 public void Invoke(object sender, SettingChangingEventArgs e)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6001F9E")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1E9C268", Offset = "0x1E9C268", Length = "0x38")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 public IAsyncResult BeginInvoke(object sender, SettingChangingEventArgs e, AsyncCallback callback, object @object)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6001F9F")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1E9C2A0", Offset = "0x1E9C2A0", Length = "0x38")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
41 public void EndInvoke(IAsyncResult result)
42 {
43 throw null;
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
IAsyncResult BeginInvoke(object sender, SettingChangingEventArgs e, AsyncCallback callback, object @object)
void Invoke(object sender, SettingChangingEventArgs e)