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
GUIControllerBestiary.cs
Go to the documentation of this file.
1using System;
6
7[global::Cpp2ILInjected.Token(Token = "0x2000088")]
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000342")]
11 [global::Cpp2ILInjected.Address(RVA = "0x9C1144", Offset = "0x9C1144", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000343")]
19 [global::Cpp2ILInjected.Address(RVA = "0x9C114C", Offset = "0x9C114C", Length = "0xC")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 public void Activate()
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000344")]
27 [global::Cpp2ILInjected.Address(RVA = "0x9C1420", Offset = "0x9C1420", Length = "0x6C")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
31 public int GetSelectedIndex()
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000345")]
37 [global::Cpp2ILInjected.Address(RVA = "0x9C148C", Offset = "0x9C148C", Length = "0x1C")]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "DrawFilters", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
40 public void ActivateFilters()
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6000346")]
46 [global::Cpp2ILInjected.Address(RVA = "0x9C14A8", Offset = "0x9C14A8", Length = "0xA0")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "CloseFilters", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "IndexOf", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(int))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "SelectEntry", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "UpdateScroll", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
54 public void DeactivateFilters()
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6000347")]
60 [global::Cpp2ILInjected.Address(RVA = "0x9C15E4", Offset = "0x9C15E4", Length = "0x28")]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "DrawOrders", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 {
66 throw null;
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x6000348")]
70 [global::Cpp2ILInjected.Address(RVA = "0x9C160C", Offset = "0x9C160C", Length = "0x8")]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "CloseSortOrder", ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
73 public void DeactivateOrders()
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x6000349")]
79 [global::Cpp2ILInjected.Address(RVA = "0x9C1614", Offset = "0x9C1614", Length = "0x28")]
80 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "DrawLootDrops", ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
83 public void ActivateDrops(int maxDrops)
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x600034A")]
89 [global::Cpp2ILInjected.Address(RVA = "0x9C163C", Offset = "0x9C163C", Length = "0x8")]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "CloseLootDrops", ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
92 public void DeactivateDrops()
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x600034B")]
98 [global::Cpp2ILInjected.Address(RVA = "0x9C1548", Offset = "0x9C1548", Length = "0x9C")]
99 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
100 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "DeactivateFilters", ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
102 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
103 public void SelectEntry(int index)
104 {
105 throw null;
106 }
107
108 [global::Cpp2ILInjected.Token(Token = "0x600034C")]
109 [global::Cpp2ILInjected.Address(RVA = "0x9C1644", Offset = "0x9C1644", Length = "0x6C")]
110 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "NPCOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
113 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
114 public void SelectNPCEntry(int index)
115 {
116 throw null;
117 }
118
119 [global::Cpp2ILInjected.Token(Token = "0x600034D")]
120 [global::Cpp2ILInjected.Address(RVA = "0x9C16B0", Offset = "0x9C16B0", Length = "0x6C")]
121 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
122 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "FilterOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
124 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
125 public void SelectFilterEntry(int index)
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x600034E")]
131 [global::Cpp2ILInjected.Address(RVA = "0x9C171C", Offset = "0x9C171C", Length = "0x8")]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
133 public void SelectDropEntry(int index)
134 {
135 throw null;
136 }
137
138 [global::Cpp2ILInjected.Token(Token = "0x17000076")]
139 private int maxRowIndex
140 {
141 [global::Cpp2ILInjected.Token(Token = "0x600034F")]
142 [global::Cpp2ILInjected.Address(RVA = "0x9C1724", Offset = "0x9C1724", Length = "0xD4")]
143 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "Navigate", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(GUIControllerItem))]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "ClampGrid", ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
147 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
148 get
149 {
150 throw null;
151 }
152 }
153
154 [global::Cpp2ILInjected.Token(Token = "0x17000077")]
155 private int maxRowColumn
156 {
157 [global::Cpp2ILInjected.Token(Token = "0x6000350")]
158 [global::Cpp2ILInjected.Address(RVA = "0x9C17F8", Offset = "0x9C17F8", Length = "0xEC")]
159 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "Navigate", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(GUIControllerItem))]
161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "ClampGrid", ReturnType = typeof(void))]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
163 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
164 get
165 {
166 throw null;
167 }
168 }
169
170 [global::Cpp2ILInjected.Token(Token = "0x6000351")]
171 [global::Cpp2ILInjected.Address(RVA = "0x9C1158", Offset = "0x9C1158", Length = "0x2C8")]
172 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "DeactivateFilters", ReturnType = typeof(void))]
174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "Navigate", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(GUIControllerItem))]
175 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "ClampGrid", ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Region", MemberParameters = new object[] { typeof(Panel_Layout) }, ReturnType = typeof(Rectangle))]
178 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetMainMenuPageRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
179 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
180 {
184 }, ReturnType = typeof(Vector2))]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Subtraction", MemberParameters = new object[]
186 {
189 }, ReturnType = typeof(Vector2))]
190 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
191 private void UpdateScroll()
192 {
193 throw null;
194 }
195
196 [global::Cpp2ILInjected.Token(Token = "0x6000352")]
197 [global::Cpp2ILInjected.Address(RVA = "0x9C18E4", Offset = "0x9C18E4", Length = "0x284")]
198 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
199 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
200 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "get_maxRowIndex", ReturnType = typeof(int))]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "UpdateScroll", ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "get_maxRowColumn", ReturnType = typeof(int))]
203 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
205 {
206 throw null;
207 }
208
209 [global::Cpp2ILInjected.Token(Token = "0x6000353")]
210 [global::Cpp2ILInjected.Address(RVA = "0x9C1B68", Offset = "0x9C1B68", Length = "0x70")]
211 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
212 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerBestiary), Member = "GetSelectedItemRegion", ReturnType = typeof(Rectangle))]
213 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
214 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "get_maxRowIndex", ReturnType = typeof(int))]
215 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "UpdateScroll", ReturnType = typeof(void))]
216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "get_maxRowColumn", ReturnType = typeof(int))]
217 private void ClampGrid()
218 {
219 throw null;
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x6000354")]
223 [global::Cpp2ILInjected.Address(RVA = "0x9C1BD8", Offset = "0x9C1BD8", Length = "0x400")]
224 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
225 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Region", MemberParameters = new object[] { typeof(Panel_Layout) }, ReturnType = typeof(Rectangle))]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetMainMenuPageRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "GetRegion", MemberParameters = new object[] { typeof(TransactionButton_Layout) }, ReturnType = typeof(Rectangle))]
229 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
230 {
234 }, ReturnType = typeof(Vector2))]
235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerBestiary), Member = "ClampGrid", ReturnType = typeof(void))]
236 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
237 {
238 typeof(int),
239 typeof(int),
240 typeof(int),
241 typeof(int)
242 }, ReturnType = typeof(void))]
243 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
245 {
246 throw null;
247 }
248
249 [global::Cpp2ILInjected.Token(Token = "0x6000355")]
250 [global::Cpp2ILInjected.Address(RVA = "0x9C1FD8", Offset = "0x9C1FD8", Length = "0x8")]
251 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = ".ctor", ReturnType = typeof(void))]
252 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
255 {
256 throw null;
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x4000346")]
260 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
261 private int SelectedRow;
262
263 [global::Cpp2ILInjected.Token(Token = "0x4000347")]
264 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
265 private int SelectedColumn;
266
267 [global::Cpp2ILInjected.Token(Token = "0x4000348")]
268 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
269 private int SelectedIndex;
270
271 [global::Cpp2ILInjected.Token(Token = "0x4000349")]
272 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
274
275 [global::Cpp2ILInjected.Token(Token = "0x400034A")]
276 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
277 private int filterSelectedRow;
278
279 [global::Cpp2ILInjected.Token(Token = "0x400034B")]
280 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
281 private bool onFilterSearchItem;
282
283 [global::Cpp2ILInjected.Token(Token = "0x400034C")]
284 [global::Cpp2ILInjected.FieldOffset(Offset = "0x25")]
285 private bool filtersActive;
286
287 [global::Cpp2ILInjected.Token(Token = "0x400034D")]
288 [global::Cpp2ILInjected.FieldOffset(Offset = "0x26")]
289 private bool ordersActive;
290
291 [global::Cpp2ILInjected.Token(Token = "0x400034E")]
292 [global::Cpp2ILInjected.FieldOffset(Offset = "0x27")]
293 private bool dropsActive;
294
295 [global::Cpp2ILInjected.Token(Token = "0x400034F")]
296 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
297 private int maxItemIndex;
298}
class f__AnonymousType0<< Count > j__TPar
void ActivateDrops(int maxDrops)
void ActivateOrders(int maxOrders, int selectedOrder)
GUIControllerItem Navigate(Vector2 navigationVector)