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
GUIControllerReforgePopup.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x20000D8")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000598")]
10 [global::Cpp2ILInjected.Address(RVA = "0xB2215C", Offset = "0xB2215C", Length = "0x8")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 {
14 throw null;
15 }
16
17 [global::Cpp2ILInjected.Token(Token = "0x6000599")]
18 [global::Cpp2ILInjected.Address(RVA = "0xB22164", Offset = "0xB22164", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIReforgePopup), Member = "Draw", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 public void Activate()
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x600059A")]
27 [global::Cpp2ILInjected.Address(RVA = "0xB2216C", Offset = "0xB2216C", Length = "0x20")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x600059B")]
36 [global::Cpp2ILInjected.Address(RVA = "0xB2218C", Offset = "0xB2218C", Length = "0xBC")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIReforgePopup), Member = "LoadRegion", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Region", MemberParameters = new object[] { typeof(Panel_Layout) }, ReturnType = typeof(Rectangle))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetGridItemRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "GetRegion", MemberParameters = new object[] { typeof(TransactionButton_Layout) }, ReturnType = typeof(Rectangle))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x600059C")]
50 [global::Cpp2ILInjected.Address(RVA = "0xB22248", Offset = "0xB22248", Length = "0x8")]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIReforgePopup), Member = ".ctor", ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x40004AE")]
60 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
62
63 [global::Cpp2ILInjected.Token(Token = "0x20000D9")]
64 public enum Controls
65 {
66 [global::Cpp2ILInjected.Token(Token = "0x40004B0")]
67 Reforge,
68 [global::Cpp2ILInjected.Token(Token = "0x40004B1")]
69 Back
70 }
71}
class f__AnonymousType0<< Count > j__TPar
GUIControllerReforgePopup.Controls selectedControl
GUIControllerItem Navigate(Vector2 navigationVector)