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
GUIControllerCoins.cs
Go to the documentation of this file.
1using System;
2using Controller;
6
7[global::Cpp2ILInjected.Token(Token = "0x20000B8")]
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000464")]
11 [global::Cpp2ILInjected.Address(RVA = "0xA88EB8", Offset = "0xA88EB8", Length = "0xC")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerPageRedirect), Member = ".ctor", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPageContentController), Member = ".ctor", MemberParameters = new object[] { typeof(GUIPageIcons.Category) }, ReturnType = typeof(void))]
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000465")]
21 [global::Cpp2ILInjected.Address(RVA = "0xA88EC4", Offset = "0xA88EC4", Length = "0x4")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 public override void Activate()
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000466")]
29 [global::Cpp2ILInjected.Address(RVA = "0xA88EC8", Offset = "0xA88EC8", Length = "0x1C")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 public virtual void NavigateFromInventoryRow(int row)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6000467")]
38 [global::Cpp2ILInjected.Address(RVA = "0xA88EE4", Offset = "0xA88EE4", Length = "0x1C")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 public virtual int GetInventoryRow()
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000468")]
47 [global::Cpp2ILInjected.Address(RVA = "0xA88F00", Offset = "0xA88F00", Length = "0x188")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerPageRedirect), Member = "get_Inventory", ReturnType = typeof(GUIControllerInventory))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerPageRedirect), Member = "NavigateIntoRight", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(GUIControllerItem))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerPageRedirect), Member = "get_Ammo", ReturnType = typeof(GUIControllerAmmo))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6000469")]
60 [global::Cpp2ILInjected.Address(RVA = "0xA89088", Offset = "0xA89088", Length = "0x274")]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_AnyControllerConnected", ReturnType = typeof(bool))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PageControllerLayoutDefinition<>), Member = "get_Instance", ReturnType = "T")]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
66 {
67 typeof(float),
68 typeof(float)
69 }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
71 {
73 typeof(float)
74 }, ReturnType = typeof(Vector2))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
76 {
80 }, ReturnType = typeof(Vector2))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
82 {
83 typeof(int),
84 typeof(int),
85 typeof(int),
86 typeof(int)
87 }, ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Region", MemberParameters = new object[] { typeof(Panel_Layout) }, ReturnType = typeof(Rectangle))]
89 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x400043E")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
97 public int itemRow;
98}
class f__AnonymousType0<< Count > j__TPar
override void Activate()
override GUIControllerItem Navigate(Vector2 navigationVector)
virtual void NavigateFromInventoryRow(int row)
virtual int GetInventoryRow()
override Rectangle GetSelectedItemRegion()