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
GUIControllerAchievements.cs
Go to the documentation of this file.
1using System;
5
6[global::Cpp2ILInjected.Token(Token = "0x2000086")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x600033C")]
10 [global::Cpp2ILInjected.Address(RVA = "0x9C0BB8", Offset = "0x9C0BB8", Length = "0x78")]
11 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
14 public void Activate()
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x600033D")]
20 [global::Cpp2ILInjected.Address(RVA = "0x9C0C30", Offset = "0x9C0C30", Length = "0x8")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600033E")]
28 [global::Cpp2ILInjected.Address(RVA = "0x9C0C38", Offset = "0x9C0C38", Length = "0x188")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerAchievements), Member = "Navigate", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(GUIControllerItem))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
33 {
37 }, ReturnType = typeof(Vector2))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Subtraction", MemberParameters = new object[]
39 {
42 }, ReturnType = typeof(Vector2))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
44 private void UpdateScroll()
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x600033F")]
50 [global::Cpp2ILInjected.Address(RVA = "0x9C0DC0", Offset = "0x9C0DC0", Length = "0x188")]
51 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerAchievements), Member = "UpdateScroll", ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6000340")]
61 [global::Cpp2ILInjected.Address(RVA = "0x9C0F48", Offset = "0x9C0F48", Length = "0x1EC")]
62 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "GetRegion", MemberParameters = new object[] { typeof(TransactionButton_Layout) }, ReturnType = typeof(Rectangle))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
66 {
70 }, ReturnType = typeof(Vector2))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
72 {
73 typeof(int),
74 typeof(int),
75 typeof(int),
76 typeof(int)
77 }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000341")]
85 [global::Cpp2ILInjected.Address(RVA = "0x9C1134", Offset = "0x9C1134", Length = "0x10")]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIAchievementsMenu), Member = ".ctor", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x400033E")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
97
98 [global::Cpp2ILInjected.Token(Token = "0x2000087")]
99 public enum Controls
100 {
101 [global::Cpp2ILInjected.Token(Token = "0x4000340")]
103 [global::Cpp2ILInjected.Token(Token = "0x4000341")]
105 [global::Cpp2ILInjected.Token(Token = "0x4000342")]
107 [global::Cpp2ILInjected.Token(Token = "0x4000343")]
109 [global::Cpp2ILInjected.Token(Token = "0x4000344")]
110 Element,
111 [global::Cpp2ILInjected.Token(Token = "0x4000345")]
112 Back
113 }
114}
class f__AnonymousType0<< Count > j__TPar
GUIControllerAchievements.Controls selectedControl
GUIControllerItem Navigate(Vector2 navigationVector)