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
GUIControllerDisplayDoll.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x20000C0")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x60004B1")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA8B734", Offset = "0xA8B734", Length = "0xC")]
11 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerPageRedirect), Member = ".ctor", ReturnType = typeof(void))]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPageContentController), Member = ".ctor", MemberParameters = new object[] { typeof(GUIPageIcons.Category) }, ReturnType = typeof(void))]
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x60004B2")]
20 [global::Cpp2ILInjected.Address(RVA = "0xA8B740", Offset = "0xA8B740", Length = "0x4")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 public override void Activate()
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x60004B3")]
28 [global::Cpp2ILInjected.Address(RVA = "0xA8B744", Offset = "0xA8B744", Length = "0x4")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 public override void NavigateInto(int column, int row)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x60004B4")]
36 [global::Cpp2ILInjected.Address(RVA = "0xA8B748", Offset = "0xA8B748", Length = "0x110")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerPageRedirect), Member = "NavigateIntoLeft", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(GUIControllerItem))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x60004B5")]
47 [global::Cpp2ILInjected.Address(RVA = "0xA8B858", Offset = "0xA8B858", Length = "0x22C")]
48 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
51 {
52 typeof(float),
53 typeof(float)
54 }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PageControllerLayoutDefinition<>), Member = "get_Instance", ReturnType = "T")]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
57 {
59 typeof(float)
60 }, ReturnType = typeof(Vector2))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
62 {
66 }, ReturnType = typeof(Vector2))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
68 {
69 typeof(int),
70 typeof(int),
71 typeof(int),
72 typeof(int)
73 }, ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x4000449")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
82 public int itemRow;
83
84 [global::Cpp2ILInjected.Token(Token = "0x400044A")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
86 public int itemColumn;
87}
class f__AnonymousType0<< Count > j__TPar
override void NavigateInto(int column, int row)
override Rectangle GetSelectedItemRegion()
override GUIControllerItem Navigate(Vector2 navigationVector)