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
ItemFilters.cs
Go to the documentation of this file.
1using System;
10using Terraria.UI;
11
13{
14 [global::Cpp2ILInjected.Token(Token = "0x2000A17")]
15 public static class ItemFilters
16 {
17 [global::Cpp2ILInjected.Token(Token = "0x4008652")]
18 private const int framesPerRow = 11;
19
20 [global::Cpp2ILInjected.Token(Token = "0x4008653")]
21 private const int framesPerColumn = 1;
22
23 [global::Cpp2ILInjected.Token(Token = "0x4008654")]
24 private const int frameSizeOffsetX = -2;
25
26 [global::Cpp2ILInjected.Token(Token = "0x4008655")]
27 private const int frameSizeOffsetY = 0;
28
29 [global::Cpp2ILInjected.Token(Token = "0x2000A18")]
31 {
32 [global::Cpp2ILInjected.Token(Token = "0x6004C3F")]
33 [global::Cpp2ILInjected.Address(RVA = "0x8B84A0", Offset = "0x8B84A0", Length = "0x94")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".ctor", MemberParameters = new object[] { typeof(GUIPageIcons.Category) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
40 public BySearch()
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6004C40")]
46 [global::Cpp2ILInjected.Address(RVA = "0x8B8534", Offset = "0x8B8534", Length = "0x128")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "MouseText_DrawItemTooltip_GetLinesInfo", MemberParameters = new object[]
50 {
51 typeof(Item),
52 typeof(ref int),
53 typeof(ref int),
54 typeof(ref int),
55 typeof(float),
56 typeof(ref int),
57 typeof(string[]),
58 typeof(bool[]),
59 typeof(bool[]),
60 typeof(ref int)
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[]
63 {
64 typeof(string),
66 }, ReturnType = typeof(int))]
67 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
68 public bool FitsFilter(Item entry)
69 {
70 throw null;
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x6004C41")]
74 [global::Cpp2ILInjected.Address(RVA = "0x8B865C", Offset = "0x8B865C", Length = "0x40")]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
77 public string GetDisplayNameKey()
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6004C42")]
83 [global::Cpp2ILInjected.Address(RVA = "0x8B869C", Offset = "0x8B869C", Length = "0x1A4")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
87 {
89 typeof(int),
90 typeof(int),
91 typeof(int),
92 typeof(int),
93 typeof(int),
94 typeof(int)
95 }, ReturnType = typeof(Rectangle))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
97 {
100 }, ReturnType = typeof(void))]
101 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
103 {
104 throw null;
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x6004C43")]
108 [global::Cpp2ILInjected.Address(RVA = "0x8B8840", Offset = "0x8B8840", Length = "0x17C")]
109 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
112 {
114 typeof(int),
115 typeof(int),
116 typeof(int),
117 typeof(int),
118 typeof(int),
119 typeof(int)
120 }, ReturnType = typeof(Rectangle))]
121 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
122 public void GetDisplay(out Texture2D texture, out Rectangle frame)
123 {
124 throw null;
125 }
126
127 [global::Cpp2ILInjected.Token(Token = "0x6004C44")]
128 [global::Cpp2ILInjected.Address(RVA = "0x8B89BC", Offset = "0x8B89BC", Length = "0x8")]
129 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
130 public void SetSearch(string searchText)
131 {
132 throw null;
133 }
134
135 [global::Cpp2ILInjected.Token(Token = "0x4008656")]
136 private const int _tooltipMaxLines = 30;
137
138 [global::Cpp2ILInjected.Token(Token = "0x4008657")]
139 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
140 private string[] _toolTipLines;
141
142 [global::Cpp2ILInjected.Token(Token = "0x4008658")]
143 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
144 private bool[] _unusedPrefixLine;
145
146 [global::Cpp2ILInjected.Token(Token = "0x4008659")]
147 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
148 private bool[] _unusedBadPrefixLines;
149
150 [global::Cpp2ILInjected.Token(Token = "0x400865A")]
151 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
152 private int _unusedYoyoLogo;
153
154 [global::Cpp2ILInjected.Token(Token = "0x400865B")]
155 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
157
158 [global::Cpp2ILInjected.Token(Token = "0x400865C")]
159 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
161
162 [global::Cpp2ILInjected.Token(Token = "0x400865D")]
163 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
165
166 [global::Cpp2ILInjected.Token(Token = "0x400865E")]
167 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
168 private string _search;
169 }
170
171 [global::Cpp2ILInjected.Token(Token = "0x2000A19")]
173 {
174 [global::Cpp2ILInjected.Token(Token = "0x6004C45")]
175 [global::Cpp2ILInjected.Address(RVA = "0x8B89C4", Offset = "0x8B89C4", Length = "0xA4")]
176 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
177 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
178 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
179 public bool FitsFilter(Item entry)
180 {
181 throw null;
182 }
183
184 [global::Cpp2ILInjected.Token(Token = "0x6004C46")]
185 [global::Cpp2ILInjected.Address(RVA = "0x8B8A68", Offset = "0x8B8A68", Length = "0x40")]
186 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
187 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
188 public string GetDisplayNameKey()
189 {
190 throw null;
191 }
192
193 [global::Cpp2ILInjected.Token(Token = "0x6004C47")]
194 [global::Cpp2ILInjected.Address(RVA = "0x8B8AA8", Offset = "0x8B8AA8", Length = "0x1B4")]
195 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
196 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
198 {
200 typeof(int),
201 typeof(int),
202 typeof(int),
203 typeof(int),
204 typeof(int),
205 typeof(int)
206 }, ReturnType = typeof(Rectangle))]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
208 {
210 typeof(int),
211 typeof(int)
212 }, ReturnType = typeof(Rectangle))]
213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
214 {
217 }, ReturnType = typeof(void))]
218 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
220 {
221 throw null;
222 }
223
224 [global::Cpp2ILInjected.Token(Token = "0x6004C48")]
225 [global::Cpp2ILInjected.Address(RVA = "0x8B8C5C", Offset = "0x8B8C5C", Length = "0x18C")]
226 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
229 {
231 typeof(int),
232 typeof(int),
233 typeof(int),
234 typeof(int),
235 typeof(int),
236 typeof(int)
237 }, ReturnType = typeof(Rectangle))]
238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
239 {
241 typeof(int),
242 typeof(int)
243 }, ReturnType = typeof(Rectangle))]
244 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
245 public void GetDisplay(out Texture2D texture, out Rectangle frame)
246 {
247 throw null;
248 }
249
250 [global::Cpp2ILInjected.Token(Token = "0x6004C49")]
251 [global::Cpp2ILInjected.Address(RVA = "0x8B8DE8", Offset = "0x8B8DE8", Length = "0x8")]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
254 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
257 {
258 throw null;
259 }
260 }
261
262 [global::Cpp2ILInjected.Token(Token = "0x2000A1A")]
264 {
265 [global::Cpp2ILInjected.Token(Token = "0x6004C4A")]
266 [global::Cpp2ILInjected.Address(RVA = "0x8B8DF0", Offset = "0x8B8DF0", Length = "0x80")]
267 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
268 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
269 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
270 public bool FitsFilter(Item entry)
271 {
272 throw null;
273 }
274
275 [global::Cpp2ILInjected.Token(Token = "0x6004C4B")]
276 [global::Cpp2ILInjected.Address(RVA = "0x8B8E70", Offset = "0x8B8E70", Length = "0x40")]
277 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
278 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
279 public string GetDisplayNameKey()
280 {
281 throw null;
282 }
283
284 [global::Cpp2ILInjected.Token(Token = "0x6004C4C")]
285 [global::Cpp2ILInjected.Address(RVA = "0x8B8EB0", Offset = "0x8B8EB0", Length = "0x1B4")]
286 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
287 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
288 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
289 {
291 typeof(int),
292 typeof(int),
293 typeof(int),
294 typeof(int),
295 typeof(int),
296 typeof(int)
297 }, ReturnType = typeof(Rectangle))]
298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
299 {
301 typeof(int),
302 typeof(int)
303 }, ReturnType = typeof(Rectangle))]
304 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
305 {
308 }, ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
311 {
312 throw null;
313 }
314
315 [global::Cpp2ILInjected.Token(Token = "0x6004C4D")]
316 [global::Cpp2ILInjected.Address(RVA = "0x8B9064", Offset = "0x8B9064", Length = "0x18C")]
317 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
318 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
320 {
322 typeof(int),
323 typeof(int),
324 typeof(int),
325 typeof(int),
326 typeof(int),
327 typeof(int)
328 }, ReturnType = typeof(Rectangle))]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
330 {
332 typeof(int),
333 typeof(int)
334 }, ReturnType = typeof(Rectangle))]
335 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
336 public void GetDisplay(out Texture2D texture, out Rectangle frame)
337 {
338 throw null;
339 }
340
341 [global::Cpp2ILInjected.Token(Token = "0x6004C4E")]
342 [global::Cpp2ILInjected.Address(RVA = "0x8B91F0", Offset = "0x8B91F0", Length = "0x8")]
343 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
344 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
345 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
347 public Furniture()
348 {
349 throw null;
350 }
351 }
352
353 [global::Cpp2ILInjected.Token(Token = "0x2000A1B")]
354 public class Tools : IItemEntryFilter, IEntryFilter<Item>
355 {
356 [global::Cpp2ILInjected.Token(Token = "0x6004C4F")]
357 [global::Cpp2ILInjected.Address(RVA = "0x8B91F8", Offset = "0x8B91F8", Length = "0x9C")]
358 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
359 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
360 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<int>), Member = "Contains", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
361 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
362 public bool FitsFilter(Item entry)
363 {
364 throw null;
365 }
366
367 [global::Cpp2ILInjected.Token(Token = "0x6004C50")]
368 [global::Cpp2ILInjected.Address(RVA = "0x8B9294", Offset = "0x8B9294", Length = "0x40")]
369 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
370 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
371 public string GetDisplayNameKey()
372 {
373 throw null;
374 }
375
376 [global::Cpp2ILInjected.Token(Token = "0x6004C51")]
377 [global::Cpp2ILInjected.Address(RVA = "0x8B92D4", Offset = "0x8B92D4", Length = "0x1B4")]
378 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
379 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
380 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
381 {
383 typeof(int),
384 typeof(int),
385 typeof(int),
386 typeof(int),
387 typeof(int),
388 typeof(int)
389 }, ReturnType = typeof(Rectangle))]
390 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
391 {
393 typeof(int),
394 typeof(int)
395 }, ReturnType = typeof(Rectangle))]
396 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
397 {
400 }, ReturnType = typeof(void))]
401 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
403 {
404 throw null;
405 }
406
407 [global::Cpp2ILInjected.Token(Token = "0x6004C52")]
408 [global::Cpp2ILInjected.Address(RVA = "0x8B9488", Offset = "0x8B9488", Length = "0x18C")]
409 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
410 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
411 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
412 {
414 typeof(int),
415 typeof(int),
416 typeof(int),
417 typeof(int),
418 typeof(int),
419 typeof(int)
420 }, ReturnType = typeof(Rectangle))]
421 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
422 {
424 typeof(int),
425 typeof(int)
426 }, ReturnType = typeof(Rectangle))]
427 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
428 public void GetDisplay(out Texture2D texture, out Rectangle frame)
429 {
430 throw null;
431 }
432
433 [global::Cpp2ILInjected.Token(Token = "0x6004C53")]
434 [global::Cpp2ILInjected.Address(RVA = "0x8B9614", Offset = "0x8B9614", Length = "0x3F0")]
435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
436 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<int>), Member = ".ctor", ReturnType = typeof(void))]
439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<int>), Member = "Add", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
441 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
442 public Tools()
443 {
444 throw null;
445 }
446
447 [global::Cpp2ILInjected.Token(Token = "0x400865F")]
448 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
450 }
451
452 [global::Cpp2ILInjected.Token(Token = "0x2000A1C")]
454 {
455 [global::Cpp2ILInjected.Token(Token = "0x6004C54")]
456 [global::Cpp2ILInjected.Address(RVA = "0x8B9A04", Offset = "0x8B9A04", Length = "0x10")]
457 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
458 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
459 public bool FitsFilter(Item entry)
460 {
461 throw null;
462 }
463
464 [global::Cpp2ILInjected.Token(Token = "0x6004C55")]
465 [global::Cpp2ILInjected.Address(RVA = "0x8B9A14", Offset = "0x8B9A14", Length = "0x40")]
466 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
467 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
468 public string GetDisplayNameKey()
469 {
470 throw null;
471 }
472
473 [global::Cpp2ILInjected.Token(Token = "0x6004C56")]
474 [global::Cpp2ILInjected.Address(RVA = "0x8B9A54", Offset = "0x8B9A54", Length = "0x1B4")]
475 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
476 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
478 {
480 typeof(int),
481 typeof(int),
482 typeof(int),
483 typeof(int),
484 typeof(int),
485 typeof(int)
486 }, ReturnType = typeof(Rectangle))]
487 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
488 {
490 typeof(int),
491 typeof(int)
492 }, ReturnType = typeof(Rectangle))]
493 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
494 {
497 }, ReturnType = typeof(void))]
498 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
500 {
501 throw null;
502 }
503
504 [global::Cpp2ILInjected.Token(Token = "0x6004C57")]
505 [global::Cpp2ILInjected.Address(RVA = "0x8B9C08", Offset = "0x8B9C08", Length = "0x18C")]
506 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
507 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
508 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
509 {
511 typeof(int),
512 typeof(int),
513 typeof(int),
514 typeof(int),
515 typeof(int),
516 typeof(int)
517 }, ReturnType = typeof(Rectangle))]
518 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
519 {
521 typeof(int),
522 typeof(int)
523 }, ReturnType = typeof(Rectangle))]
524 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
525 public void GetDisplay(out Texture2D texture, out Rectangle frame)
526 {
527 throw null;
528 }
529
530 [global::Cpp2ILInjected.Token(Token = "0x6004C58")]
531 [global::Cpp2ILInjected.Address(RVA = "0x8B9D94", Offset = "0x8B9D94", Length = "0x8")]
532 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
533 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
534 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
535 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
536 public Weapon()
537 {
538 throw null;
539 }
540 }
541
542 [global::Cpp2ILInjected.Token(Token = "0x2000A1D")]
543 public abstract class AArmor
544 {
545 [global::Cpp2ILInjected.Token(Token = "0x6004C59")]
546 [global::Cpp2ILInjected.Address(RVA = "0x8B9D9C", Offset = "0x8B9D9C", Length = "0x40")]
547 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
548 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
550 {
551 throw null;
552 }
553
554 [global::Cpp2ILInjected.Token(Token = "0x6004C5A")]
555 [global::Cpp2ILInjected.Address(RVA = "0x8B9DDC", Offset = "0x8B9DDC", Length = "0x8")]
556 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
557 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
558 protected AArmor()
559 {
560 throw null;
561 }
562 }
563
564 [global::Cpp2ILInjected.Token(Token = "0x2000A1E")]
566 {
567 [global::Cpp2ILInjected.Token(Token = "0x6004C5B")]
568 [global::Cpp2ILInjected.Address(RVA = "0x8B9DE4", Offset = "0x8B9DE4", Length = "0x3C")]
569 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
570 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
571 public bool FitsFilter(Item entry)
572 {
573 throw null;
574 }
575
576 [global::Cpp2ILInjected.Token(Token = "0x6004C5C")]
577 [global::Cpp2ILInjected.Address(RVA = "0x8B9E20", Offset = "0x8B9E20", Length = "0x40")]
578 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
579 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
580 public string GetDisplayNameKey()
581 {
582 throw null;
583 }
584
585 [global::Cpp2ILInjected.Token(Token = "0x6004C5D")]
586 [global::Cpp2ILInjected.Address(RVA = "0x8B9E60", Offset = "0x8B9E60", Length = "0x1B4")]
587 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
588 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
589 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
590 {
592 typeof(int),
593 typeof(int),
594 typeof(int),
595 typeof(int),
596 typeof(int),
597 typeof(int)
598 }, ReturnType = typeof(Rectangle))]
599 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
600 {
602 typeof(int),
603 typeof(int)
604 }, ReturnType = typeof(Rectangle))]
605 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
606 {
609 }, ReturnType = typeof(void))]
610 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
612 {
613 throw null;
614 }
615
616 [global::Cpp2ILInjected.Token(Token = "0x6004C5E")]
617 [global::Cpp2ILInjected.Address(RVA = "0x8BA014", Offset = "0x8BA014", Length = "0x18C")]
618 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
619 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
620 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
621 {
623 typeof(int),
624 typeof(int),
625 typeof(int),
626 typeof(int),
627 typeof(int),
628 typeof(int)
629 }, ReturnType = typeof(Rectangle))]
630 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
631 {
633 typeof(int),
634 typeof(int)
635 }, ReturnType = typeof(Rectangle))]
636 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
637 public void GetDisplay(out Texture2D texture, out Rectangle frame)
638 {
639 throw null;
640 }
641
642 [global::Cpp2ILInjected.Token(Token = "0x6004C5F")]
643 [global::Cpp2ILInjected.Address(RVA = "0x8BA1A0", Offset = "0x8BA1A0", Length = "0x8")]
644 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
645 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
646 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
647 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
648 public Armor()
649 {
650 throw null;
651 }
652 }
653
654 [global::Cpp2ILInjected.Token(Token = "0x2000A1F")]
656 {
657 [global::Cpp2ILInjected.Token(Token = "0x6004C60")]
658 [global::Cpp2ILInjected.Address(RVA = "0x8BA1A8", Offset = "0x8BA1A8", Length = "0x3C")]
659 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
660 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
661 public bool FitsFilter(Item entry)
662 {
663 throw null;
664 }
665
666 [global::Cpp2ILInjected.Token(Token = "0x6004C61")]
667 [global::Cpp2ILInjected.Address(RVA = "0x8BA1E4", Offset = "0x8BA1E4", Length = "0x40")]
668 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
669 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
670 public string GetDisplayNameKey()
671 {
672 throw null;
673 }
674
675 [global::Cpp2ILInjected.Token(Token = "0x6004C62")]
676 [global::Cpp2ILInjected.Address(RVA = "0x8BA224", Offset = "0x8BA224", Length = "0x1B4")]
677 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
678 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
679 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
680 {
682 typeof(int),
683 typeof(int),
684 typeof(int),
685 typeof(int),
686 typeof(int),
687 typeof(int)
688 }, ReturnType = typeof(Rectangle))]
689 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
690 {
692 typeof(int),
693 typeof(int)
694 }, ReturnType = typeof(Rectangle))]
695 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
696 {
699 }, ReturnType = typeof(void))]
700 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
702 {
703 throw null;
704 }
705
706 [global::Cpp2ILInjected.Token(Token = "0x6004C63")]
707 [global::Cpp2ILInjected.Address(RVA = "0x8BA3D8", Offset = "0x8BA3D8", Length = "0x18C")]
708 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
709 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
710 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
711 {
713 typeof(int),
714 typeof(int),
715 typeof(int),
716 typeof(int),
717 typeof(int),
718 typeof(int)
719 }, ReturnType = typeof(Rectangle))]
720 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
721 {
723 typeof(int),
724 typeof(int)
725 }, ReturnType = typeof(Rectangle))]
726 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
727 public void GetDisplay(out Texture2D texture, out Rectangle frame)
728 {
729 throw null;
730 }
731
732 [global::Cpp2ILInjected.Token(Token = "0x6004C64")]
733 [global::Cpp2ILInjected.Address(RVA = "0x8BA564", Offset = "0x8BA564", Length = "0x8")]
734 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
735 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
736 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
737 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
738 public Vanity()
739 {
740 throw null;
741 }
742 }
743
744 [global::Cpp2ILInjected.Token(Token = "0x2000A20")]
745 public abstract class AAccessories
746 {
747 [global::Cpp2ILInjected.Token(Token = "0x6004C65")]
748 [global::Cpp2ILInjected.Address(RVA = "0x8BA56C", Offset = "0x8BA56C", Length = "0x90")]
749 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
750 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemFilters.Accessories), Member = "FitsFilter", MemberParameters = new object[] { typeof(Item) }, ReturnType = typeof(bool))]
751 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemFilters.MiscAccessories), Member = "FitsFilter", MemberParameters = new object[] { typeof(Item) }, ReturnType = typeof(bool))]
752 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
753 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemSlot), Member = "IsMiscEquipment", MemberParameters = new object[] { typeof(Item) }, ReturnType = typeof(bool))]
754 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
756 {
757 throw null;
758 }
759
760 [global::Cpp2ILInjected.Token(Token = "0x6004C66")]
761 [global::Cpp2ILInjected.Address(RVA = "0x8BA5FC", Offset = "0x8BA5FC", Length = "0x8")]
762 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
763 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
764 protected AAccessories()
765 {
766 throw null;
767 }
768
769 [global::Cpp2ILInjected.Token(Token = "0x2000A21")]
771 {
772 [global::Cpp2ILInjected.Token(Token = "0x4008661")]
773 Misc,
774 [global::Cpp2ILInjected.Token(Token = "0x4008662")]
775 NonMisc
776 }
777 }
778
779 [global::Cpp2ILInjected.Token(Token = "0x2000A22")]
781 {
782 [global::Cpp2ILInjected.Token(Token = "0x6004C67")]
783 [global::Cpp2ILInjected.Address(RVA = "0x8BA604", Offset = "0x8BA604", Length = "0x8")]
784 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
785 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemFilters.AAccessories), Member = "IsAnAccessoryOfType", MemberParameters = new object[]
786 {
787 typeof(Item),
788 typeof(ItemFilters.AAccessories.AccessoriesCategory)
789 }, ReturnType = typeof(bool))]
790 public bool FitsFilter(Item entry)
791 {
792 throw null;
793 }
794
795 [global::Cpp2ILInjected.Token(Token = "0x6004C68")]
796 [global::Cpp2ILInjected.Address(RVA = "0x8BA60C", Offset = "0x8BA60C", Length = "0x40")]
797 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
798 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
799 public string GetDisplayNameKey()
800 {
801 throw null;
802 }
803
804 [global::Cpp2ILInjected.Token(Token = "0x6004C69")]
805 [global::Cpp2ILInjected.Address(RVA = "0x8BA64C", Offset = "0x8BA64C", Length = "0x1B4")]
806 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
807 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
808 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
809 {
811 typeof(int),
812 typeof(int),
813 typeof(int),
814 typeof(int),
815 typeof(int),
816 typeof(int)
817 }, ReturnType = typeof(Rectangle))]
818 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
819 {
821 typeof(int),
822 typeof(int)
823 }, ReturnType = typeof(Rectangle))]
824 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
825 {
828 }, ReturnType = typeof(void))]
829 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
831 {
832 throw null;
833 }
834
835 [global::Cpp2ILInjected.Token(Token = "0x6004C6A")]
836 [global::Cpp2ILInjected.Address(RVA = "0x8BA800", Offset = "0x8BA800", Length = "0x18C")]
837 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
838 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
839 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
840 {
842 typeof(int),
843 typeof(int),
844 typeof(int),
845 typeof(int),
846 typeof(int),
847 typeof(int)
848 }, ReturnType = typeof(Rectangle))]
849 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
850 {
852 typeof(int),
853 typeof(int)
854 }, ReturnType = typeof(Rectangle))]
855 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
856 public void GetDisplay(out Texture2D texture, out Rectangle frame)
857 {
858 throw null;
859 }
860
861 [global::Cpp2ILInjected.Token(Token = "0x6004C6B")]
862 [global::Cpp2ILInjected.Address(RVA = "0x8BA98C", Offset = "0x8BA98C", Length = "0x8")]
863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
864 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
865 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
866 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
867 public Accessories()
868 {
869 throw null;
870 }
871 }
872
873 [global::Cpp2ILInjected.Token(Token = "0x2000A23")]
875 {
876 [global::Cpp2ILInjected.Token(Token = "0x6004C6C")]
877 [global::Cpp2ILInjected.Address(RVA = "0x8BA994", Offset = "0x8BA994", Length = "0x8")]
878 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
879 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemFilters.AAccessories), Member = "IsAnAccessoryOfType", MemberParameters = new object[]
880 {
881 typeof(Item),
883 }, ReturnType = typeof(bool))]
884 public bool FitsFilter(Item entry)
885 {
886 throw null;
887 }
888
889 [global::Cpp2ILInjected.Token(Token = "0x6004C6D")]
890 [global::Cpp2ILInjected.Address(RVA = "0x8BA99C", Offset = "0x8BA99C", Length = "0x40")]
891 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
892 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
893 public string GetDisplayNameKey()
894 {
895 throw null;
896 }
897
898 [global::Cpp2ILInjected.Token(Token = "0x6004C6E")]
899 [global::Cpp2ILInjected.Address(RVA = "0x8BA9DC", Offset = "0x8BA9DC", Length = "0x1B4")]
900 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
901 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
902 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
903 {
905 typeof(int),
906 typeof(int),
907 typeof(int),
908 typeof(int),
909 typeof(int),
910 typeof(int)
911 }, ReturnType = typeof(Rectangle))]
912 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
913 {
915 typeof(int),
916 typeof(int)
917 }, ReturnType = typeof(Rectangle))]
918 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
919 {
922 }, ReturnType = typeof(void))]
923 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
925 {
926 throw null;
927 }
928
929 [global::Cpp2ILInjected.Token(Token = "0x6004C6F")]
930 [global::Cpp2ILInjected.Address(RVA = "0x8BAB90", Offset = "0x8BAB90", Length = "0x18C")]
931 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
932 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
933 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
934 {
936 typeof(int),
937 typeof(int),
938 typeof(int),
939 typeof(int),
940 typeof(int),
941 typeof(int)
942 }, ReturnType = typeof(Rectangle))]
943 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
944 {
946 typeof(int),
947 typeof(int)
948 }, ReturnType = typeof(Rectangle))]
949 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
950 public void GetDisplay(out Texture2D texture, out Rectangle frame)
951 {
952 throw null;
953 }
954
955 [global::Cpp2ILInjected.Token(Token = "0x6004C70")]
956 [global::Cpp2ILInjected.Address(RVA = "0x8BAD1C", Offset = "0x8BAD1C", Length = "0x8")]
957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
958 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
959 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
960 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
962 {
963 throw null;
964 }
965 }
966
967 [global::Cpp2ILInjected.Token(Token = "0x2000A24")]
969 {
970 [global::Cpp2ILInjected.Token(Token = "0x6004C71")]
971 [global::Cpp2ILInjected.Address(RVA = "0x8BAD24", Offset = "0x8BAD24", Length = "0x60")]
972 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
973 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
974 public bool FitsFilter(Item entry)
975 {
976 throw null;
977 }
978
979 [global::Cpp2ILInjected.Token(Token = "0x6004C72")]
980 [global::Cpp2ILInjected.Address(RVA = "0x8BAD84", Offset = "0x8BAD84", Length = "0x40")]
981 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
982 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
983 public string GetDisplayNameKey()
984 {
985 throw null;
986 }
987
988 [global::Cpp2ILInjected.Token(Token = "0x6004C73")]
989 [global::Cpp2ILInjected.Address(RVA = "0x8BADC4", Offset = "0x8BADC4", Length = "0x1B4")]
990 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
991 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
992 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
993 {
995 typeof(int),
996 typeof(int),
997 typeof(int),
998 typeof(int),
999 typeof(int),
1000 typeof(int)
1001 }, ReturnType = typeof(Rectangle))]
1002 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1003 {
1005 typeof(int),
1006 typeof(int)
1007 }, ReturnType = typeof(Rectangle))]
1008 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
1009 {
1012 }, ReturnType = typeof(void))]
1013 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1015 {
1016 throw null;
1017 }
1018
1019 [global::Cpp2ILInjected.Token(Token = "0x6004C74")]
1020 [global::Cpp2ILInjected.Address(RVA = "0x8BAF78", Offset = "0x8BAF78", Length = "0x18C")]
1021 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1022 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1023 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1024 {
1026 typeof(int),
1027 typeof(int),
1028 typeof(int),
1029 typeof(int),
1030 typeof(int),
1031 typeof(int)
1032 }, ReturnType = typeof(Rectangle))]
1033 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1034 {
1036 typeof(int),
1037 typeof(int)
1038 }, ReturnType = typeof(Rectangle))]
1039 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1040 public void GetDisplay(out Texture2D texture, out Rectangle frame)
1041 {
1042 throw null;
1043 }
1044
1045 [global::Cpp2ILInjected.Token(Token = "0x6004C75")]
1046 [global::Cpp2ILInjected.Address(RVA = "0x8BB104", Offset = "0x8BB104", Length = "0x8")]
1047 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
1048 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
1049 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1050 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1052 {
1053 throw null;
1054 }
1055 }
1056
1057 [global::Cpp2ILInjected.Token(Token = "0x2000A25")]
1059 {
1060 [global::Cpp2ILInjected.Token(Token = "0x6004C76")]
1061 [global::Cpp2ILInjected.Address(RVA = "0x8BB10C", Offset = "0x8BB10C", Length = "0x70")]
1062 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1063 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1064 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1065 public bool FitsFilter(Item entry)
1066 {
1067 throw null;
1068 }
1069
1070 [global::Cpp2ILInjected.Token(Token = "0x6004C77")]
1071 [global::Cpp2ILInjected.Address(RVA = "0x8BB17C", Offset = "0x8BB17C", Length = "0x40")]
1072 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1073 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1074 public string GetDisplayNameKey()
1075 {
1076 throw null;
1077 }
1078
1079 [global::Cpp2ILInjected.Token(Token = "0x6004C78")]
1080 [global::Cpp2ILInjected.Address(RVA = "0x8BB1BC", Offset = "0x8BB1BC", Length = "0x1B4")]
1081 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1082 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1083 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1084 {
1086 typeof(int),
1087 typeof(int),
1088 typeof(int),
1089 typeof(int),
1090 typeof(int),
1091 typeof(int)
1092 }, ReturnType = typeof(Rectangle))]
1093 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1094 {
1096 typeof(int),
1097 typeof(int)
1098 }, ReturnType = typeof(Rectangle))]
1099 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
1100 {
1103 }, ReturnType = typeof(void))]
1104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1106 {
1107 throw null;
1108 }
1109
1110 [global::Cpp2ILInjected.Token(Token = "0x6004C79")]
1111 [global::Cpp2ILInjected.Address(RVA = "0x8BB370", Offset = "0x8BB370", Length = "0x18C")]
1112 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1115 {
1117 typeof(int),
1118 typeof(int),
1119 typeof(int),
1120 typeof(int),
1121 typeof(int),
1122 typeof(int)
1123 }, ReturnType = typeof(Rectangle))]
1124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1125 {
1127 typeof(int),
1128 typeof(int)
1129 }, ReturnType = typeof(Rectangle))]
1130 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1131 public void GetDisplay(out Texture2D texture, out Rectangle frame)
1132 {
1133 throw null;
1134 }
1135
1136 [global::Cpp2ILInjected.Token(Token = "0x6004C7A")]
1137 [global::Cpp2ILInjected.Address(RVA = "0x8BB4FC", Offset = "0x8BB4FC", Length = "0x8")]
1138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1141 {
1142 throw null;
1143 }
1144 }
1145
1146 [global::Cpp2ILInjected.Token(Token = "0x2000A26")]
1148 {
1149 [global::Cpp2ILInjected.Token(Token = "0x6004C7B")]
1150 [global::Cpp2ILInjected.Address(RVA = "0x8BB504", Offset = "0x8BB504", Length = "0x224")]
1151 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1152 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = "Matches", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
1153 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
1154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
1155 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<int, object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "TValue")]
1157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CreativeItemSacrificesCatalog), Member = "TryGetSacrificeCountCapToUnlockInfiniteItems", MemberParameters = new object[]
1158 {
1159 typeof(int),
1160 typeof(ref int)
1161 }, ReturnType = typeof(bool))]
1162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1163 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
1168
1169 [global::Cpp2ILInjected.Token(Token = "0x6004C7C")]
1170 [global::Cpp2ILInjected.Address(RVA = "0x8BB728", Offset = "0x8BB728", Length = "0xAC")]
1171 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1172 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1173 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "IndexInRange", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
1174 {
1175 "T[]",
1176 typeof(int)
1177 }, ReturnType = typeof(bool))]
1178 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1179 public bool FitsFilter(Item entry)
1180 {
1181 throw null;
1182 }
1183
1184 [global::Cpp2ILInjected.Token(Token = "0x6004C7D")]
1185 [global::Cpp2ILInjected.Address(RVA = "0x8BB7D4", Offset = "0x8BB7D4", Length = "0x40")]
1186 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1187 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1188 public string GetDisplayNameKey()
1189 {
1190 throw null;
1191 }
1192
1193 [global::Cpp2ILInjected.Token(Token = "0x6004C7E")]
1194 [global::Cpp2ILInjected.Address(RVA = "0x8BB814", Offset = "0x8BB814", Length = "0x1B4")]
1195 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1196 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1198 {
1200 typeof(int),
1201 typeof(int),
1202 typeof(int),
1203 typeof(int),
1204 typeof(int),
1205 typeof(int)
1206 }, ReturnType = typeof(Rectangle))]
1207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1208 {
1210 typeof(int),
1211 typeof(int)
1212 }, ReturnType = typeof(Rectangle))]
1213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
1214 {
1217 }, ReturnType = typeof(void))]
1218 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1220 {
1221 throw null;
1222 }
1223
1224 [global::Cpp2ILInjected.Token(Token = "0x6004C7F")]
1225 [global::Cpp2ILInjected.Address(RVA = "0x8BB9C8", Offset = "0x8BB9C8", Length = "0x18C")]
1226 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1229 {
1231 typeof(int),
1232 typeof(int),
1233 typeof(int),
1234 typeof(int),
1235 typeof(int),
1236 typeof(int)
1237 }, ReturnType = typeof(Rectangle))]
1238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1239 {
1241 typeof(int),
1242 typeof(int)
1243 }, ReturnType = typeof(Rectangle))]
1244 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1245 public void GetDisplay(out Texture2D texture, out Rectangle frame)
1246 {
1247 throw null;
1248 }
1249
1250 [global::Cpp2ILInjected.Token(Token = "0x4008663")]
1251 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1253 }
1254
1255 [global::Cpp2ILInjected.Token(Token = "0x2000A27")]
1257 {
1258 [global::Cpp2ILInjected.Token(Token = "0x6004C80")]
1259 [global::Cpp2ILInjected.Address(RVA = "0x8BBB54", Offset = "0x8BBB54", Length = "0x8")]
1260 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1261 public bool FitsFilter(Item entry)
1262 {
1263 throw null;
1264 }
1265
1266 [global::Cpp2ILInjected.Token(Token = "0x6004C81")]
1267 [global::Cpp2ILInjected.Address(RVA = "0x8BBB5C", Offset = "0x8BBB5C", Length = "0x40")]
1268 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1269 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1270 public string GetDisplayNameKey()
1271 {
1272 throw null;
1273 }
1274
1275 [global::Cpp2ILInjected.Token(Token = "0x6004C82")]
1276 [global::Cpp2ILInjected.Address(RVA = "0x8BBB9C", Offset = "0x8BBB9C", Length = "0x1B4")]
1277 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1278 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1279 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1280 {
1282 typeof(int),
1283 typeof(int),
1284 typeof(int),
1285 typeof(int),
1286 typeof(int),
1287 typeof(int)
1288 }, ReturnType = typeof(Rectangle))]
1289 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1290 {
1292 typeof(int),
1293 typeof(int)
1294 }, ReturnType = typeof(Rectangle))]
1295 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
1296 {
1299 }, ReturnType = typeof(void))]
1300 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1302 {
1303 throw null;
1304 }
1305
1306 [global::Cpp2ILInjected.Token(Token = "0x6004C83")]
1307 [global::Cpp2ILInjected.Address(RVA = "0x8BBD50", Offset = "0x8BBD50", Length = "0x18C")]
1308 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1309 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1310 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1311 {
1313 typeof(int),
1314 typeof(int),
1315 typeof(int),
1316 typeof(int),
1317 typeof(int),
1318 typeof(int)
1319 }, ReturnType = typeof(Rectangle))]
1320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "OffsetSize", MemberParameters = new object[]
1321 {
1323 typeof(int),
1324 typeof(int)
1325 }, ReturnType = typeof(Rectangle))]
1326 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
1327 public void GetDisplay(out Texture2D texture, out Rectangle frame)
1328 {
1329 throw null;
1330 }
1331
1332 [global::Cpp2ILInjected.Token(Token = "0x6004C84")]
1333 [global::Cpp2ILInjected.Address(RVA = "0x8BBEDC", Offset = "0x8BBEDC", Length = "0x8")]
1334 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = ".cctor", ReturnType = typeof(void))]
1335 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativeInfiniteItemsDisplay), Member = ".ctor", MemberParameters = new object[] { typeof(UIState) }, ReturnType = typeof(void))]
1336 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
1337 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1338 public Materials()
1339 {
1340 throw null;
1341 }
1342 }
1343 }
1344}
class f__AnonymousType0<< Count > j__TPar
bool IsAnAccessoryOfType(Item entry, ItemFilters.AAccessories.AccessoriesCategory categoryType)
bool IsAnArmorThatMatchesSocialState(Item entry, bool shouldBeSocial)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
MiscFallback(List< IItemEntryFilter > otherFiltersToCheckAgainst)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)
void GetDisplay(out Texture2D texture, out Rectangle frame)