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
GUIControllerChest.cs
Go to the documentation of this file.
1using System;
2using Controller;
6
7[global::Cpp2ILInjected.Token(Token = "0x20000B6")]
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000453")]
11 [global::Cpp2ILInjected.Address(RVA = "0xA886A8", Offset = "0xA886A8", Length = "0x18")]
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 = "0x6000454")]
21 [global::Cpp2ILInjected.Address(RVA = "0xA886C0", Offset = "0xA886C0", 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 = "0x6000455")]
29 [global::Cpp2ILInjected.Address(RVA = "0xA886C4", Offset = "0xA886C4", Length = "0x8")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 public virtual bool IsInMenu()
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000456")]
37 [global::Cpp2ILInjected.Address(RVA = "0xA886CC", Offset = "0xA886CC", Length = "0xF0")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerPageRedirect), Member = "NavigateIntoLeft", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(GUIControllerItem))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6000457")]
48 [global::Cpp2ILInjected.Address(RVA = "0xA887BC", Offset = "0xA887BC", Length = "0x2C4")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_AnyControllerConnected", ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PageControllerLayoutDefinition<>), Member = "get_Instance", ReturnType = "T")]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
54 {
55 typeof(float),
56 typeof(float)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
59 {
61 typeof(float)
62 }, ReturnType = typeof(Vector2))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Chest_Layout), Member = "get_DisplayChestGrid", ReturnType = typeof(ItemGrid_Layout))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
65 {
69 }, ReturnType = typeof(Vector2))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
71 {
72 typeof(int),
73 typeof(int),
74 typeof(int),
75 typeof(int)
76 }, ReturnType = typeof(void))]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Region", MemberParameters = new object[] { typeof(Panel_Layout) }, ReturnType = typeof(Rectangle))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x400043B")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
86 public int itemRow;
87
88 [global::Cpp2ILInjected.Token(Token = "0x400043C")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
90 public int itemColumn;
91}
class f__AnonymousType0<< Count > j__TPar
override Rectangle GetSelectedItemRegion()
override void Activate()
override GUIControllerItem Navigate(Vector2 navigationVector)
virtual bool IsInMenu()