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
Filters.cs
Go to the documentation of this file.
1using System;
11using Terraria.UI;
12
14{
15 [global::Cpp2ILInjected.Token(Token = "0x2000926")]
16 public static class Filters
17 {
18 [global::Cpp2ILInjected.Token(Token = "0x2000927")]
19 public class BySearch : IBestiaryEntryFilter, IEntryFilter<BestiaryEntry>, ISearchFilter<BestiaryEntry>
20 {
21 [global::Cpp2ILInjected.Token(Token = "0x17000815")]
22 public bool? ForcedDisplay
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x600470F")]
25 [global::Cpp2ILInjected.Address(RVA = "0x814218", Offset = "0x814218", Length = "0x54")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Nullable<>), Member = ".ctor", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
30 get
31 {
32 throw null;
33 }
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6004710")]
37 [global::Cpp2ILInjected.Address(RVA = "0x81426C", Offset = "0x81426C", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "SetSearchTerm", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UIBestiaryTest), Member = ".ctor", MemberParameters = new object[] { typeof(BestiaryDatabase) }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
42 public BySearch()
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6004711")]
48 [global::Cpp2ILInjected.Address(RVA = "0x814274", Offset = "0x814274", Length = "0x1BC")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[]
53 {
54 typeof(string),
56 }, ReturnType = typeof(int))]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
58 public bool FitsFilter(BestiaryEntry entry)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x6004712")]
64 [global::Cpp2ILInjected.Address(RVA = "0x814430", Offset = "0x814430", Length = "0x40")]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
67 public string GetDisplayNameKey()
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x6004713")]
73 [global::Cpp2ILInjected.Address(RVA = "0x814470", Offset = "0x814470", Length = "0x1A4")]
74 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
77 {
79 typeof(int),
80 typeof(int),
81 typeof(int),
82 typeof(int),
83 typeof(int),
84 typeof(int)
85 }, ReturnType = typeof(Rectangle))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
87 {
90 }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x6004714")]
98 [global::Cpp2ILInjected.Address(RVA = "0x814614", Offset = "0x814614", Length = "0x17C")]
99 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
102 {
104 typeof(int),
105 typeof(int),
106 typeof(int),
107 typeof(int),
108 typeof(int),
109 typeof(int)
110 }, ReturnType = typeof(Rectangle))]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
112 public void GetDisplay(out Texture2D texture, out Rectangle frame)
113 {
114 throw null;
115 }
116
117 [global::Cpp2ILInjected.Token(Token = "0x6004715")]
118 [global::Cpp2ILInjected.Address(RVA = "0x814790", Offset = "0x814790", Length = "0x8")]
119 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
120 public void SetSearch(string searchText)
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x400834A")]
126 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
127 private string _search;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x2000928")]
131 public class ByUnlockState : IBestiaryEntryFilter, IEntryFilter<BestiaryEntry>
132 {
133 [global::Cpp2ILInjected.Token(Token = "0x17000816")]
134 public bool? ForcedDisplay
135 {
136 [global::Cpp2ILInjected.Token(Token = "0x6004716")]
137 [global::Cpp2ILInjected.Address(RVA = "0x814798", Offset = "0x814798", Length = "0x54")]
138 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Nullable<>), Member = ".ctor", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
142 get
143 {
144 throw null;
145 }
146 }
147
148 [global::Cpp2ILInjected.Token(Token = "0x6004717")]
149 [global::Cpp2ILInjected.Address(RVA = "0x8147EC", Offset = "0x8147EC", Length = "0x120")]
150 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
152 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
153 public bool FitsFilter(BestiaryEntry entry)
154 {
155 throw null;
156 }
157
158 [global::Cpp2ILInjected.Token(Token = "0x6004718")]
159 [global::Cpp2ILInjected.Address(RVA = "0x81490C", Offset = "0x81490C", Length = "0x40")]
160 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
161 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
162 public string GetDisplayNameKey()
163 {
164 throw null;
165 }
166
167 [global::Cpp2ILInjected.Token(Token = "0x6004719")]
168 [global::Cpp2ILInjected.Address(RVA = "0x81494C", Offset = "0x81494C", Length = "0x1A4")]
169 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
170 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
172 {
174 typeof(int),
175 typeof(int),
176 typeof(int),
177 typeof(int),
178 typeof(int),
179 typeof(int)
180 }, ReturnType = typeof(Rectangle))]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
182 {
185 }, ReturnType = typeof(void))]
186 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
188 {
189 throw null;
190 }
191
192 [global::Cpp2ILInjected.Token(Token = "0x600471A")]
193 [global::Cpp2ILInjected.Address(RVA = "0x814AF0", Offset = "0x814AF0", Length = "0x17C")]
194 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
195 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
196 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
197 {
199 typeof(int),
200 typeof(int),
201 typeof(int),
202 typeof(int),
203 typeof(int),
204 typeof(int)
205 }, ReturnType = typeof(Rectangle))]
206 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
207 public void GetDisplay(out Texture2D texture, out Rectangle frame)
208 {
209 throw null;
210 }
211
212 [global::Cpp2ILInjected.Token(Token = "0x600471B")]
213 [global::Cpp2ILInjected.Address(RVA = "0x814C6C", Offset = "0x814C6C", Length = "0x8")]
214 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BestiaryDatabaseNPCsPopulator), Member = "RegisterFilters", ReturnType = typeof(void))]
215 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
218 {
219 throw null;
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x400834B")]
223 private const int framesPerRow = 16;
224
225 [global::Cpp2ILInjected.Token(Token = "0x400834C")]
226 private const int framesPerColumn = 5;
227 }
228
229 [global::Cpp2ILInjected.Token(Token = "0x2000929")]
230 public class ByRareCreature : IBestiaryEntryFilter, IEntryFilter<BestiaryEntry>
231 {
232 [global::Cpp2ILInjected.Token(Token = "0x17000817")]
233 public bool? ForcedDisplay
234 {
235 [global::Cpp2ILInjected.Token(Token = "0x600471C")]
236 [global::Cpp2ILInjected.Address(RVA = "0x814C74", Offset = "0x814C74", Length = "0x8")]
237 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
238 get
239 {
240 throw null;
241 }
242 }
243
244 [global::Cpp2ILInjected.Token(Token = "0x600471D")]
245 [global::Cpp2ILInjected.Address(RVA = "0x814C7C", Offset = "0x814C7C", Length = "0xD8")]
246 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
247 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
249 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
250 public bool FitsFilter(BestiaryEntry entry)
251 {
252 throw null;
253 }
254
255 [global::Cpp2ILInjected.Token(Token = "0x600471E")]
256 [global::Cpp2ILInjected.Address(RVA = "0x814D54", Offset = "0x814D54", Length = "0x40")]
257 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
258 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
259 public string GetDisplayNameKey()
260 {
261 throw null;
262 }
263
264 [global::Cpp2ILInjected.Token(Token = "0x600471F")]
265 [global::Cpp2ILInjected.Address(RVA = "0x814D94", Offset = "0x814D94", Length = "0x1A4")]
266 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
267 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
268 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
269 {
271 typeof(int),
272 typeof(int),
273 typeof(int),
274 typeof(int),
275 typeof(int),
276 typeof(int)
277 }, ReturnType = typeof(Rectangle))]
278 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
279 {
282 }, ReturnType = typeof(void))]
283 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
285 {
286 throw null;
287 }
288
289 [global::Cpp2ILInjected.Token(Token = "0x6004720")]
290 [global::Cpp2ILInjected.Address(RVA = "0x814F38", Offset = "0x814F38", Length = "0x17C")]
291 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
292 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
294 {
296 typeof(int),
297 typeof(int),
298 typeof(int),
299 typeof(int),
300 typeof(int),
301 typeof(int)
302 }, ReturnType = typeof(Rectangle))]
303 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
304 public void GetDisplay(out Texture2D texture, out Rectangle frame)
305 {
306 throw null;
307 }
308
309 [global::Cpp2ILInjected.Token(Token = "0x6004721")]
310 [global::Cpp2ILInjected.Address(RVA = "0x8150B4", Offset = "0x8150B4", Length = "0x8")]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BestiaryDatabaseNPCsPopulator), Member = "RegisterFilters", ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
315 {
316 throw null;
317 }
318 }
319
320 [global::Cpp2ILInjected.Token(Token = "0x200092A")]
321 public class ByBoss : IBestiaryEntryFilter, IEntryFilter<BestiaryEntry>
322 {
323 [global::Cpp2ILInjected.Token(Token = "0x17000818")]
324 public bool? ForcedDisplay
325 {
326 [global::Cpp2ILInjected.Token(Token = "0x6004722")]
327 [global::Cpp2ILInjected.Address(RVA = "0x8150BC", Offset = "0x8150BC", Length = "0x8")]
328 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
329 get
330 {
331 throw null;
332 }
333 }
334
335 [global::Cpp2ILInjected.Token(Token = "0x6004723")]
336 [global::Cpp2ILInjected.Address(RVA = "0x8150C4", Offset = "0x8150C4", Length = "0xD8")]
337 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
338 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
339 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
340 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
341 public bool FitsFilter(BestiaryEntry entry)
342 {
343 throw null;
344 }
345
346 [global::Cpp2ILInjected.Token(Token = "0x6004724")]
347 [global::Cpp2ILInjected.Address(RVA = "0x81519C", Offset = "0x81519C", Length = "0x40")]
348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
349 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
350 public string GetDisplayNameKey()
351 {
352 throw null;
353 }
354
355 [global::Cpp2ILInjected.Token(Token = "0x6004725")]
356 [global::Cpp2ILInjected.Address(RVA = "0x8151DC", Offset = "0x8151DC", Length = "0x1A4")]
357 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
358 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
359 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
360 {
362 typeof(int),
363 typeof(int),
364 typeof(int),
365 typeof(int),
366 typeof(int),
367 typeof(int)
368 }, ReturnType = typeof(Rectangle))]
369 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIImageFramed), Member = ".ctor", MemberParameters = new object[]
370 {
373 }, ReturnType = typeof(void))]
374 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
376 {
377 throw null;
378 }
379
380 [global::Cpp2ILInjected.Token(Token = "0x6004726")]
381 [global::Cpp2ILInjected.Address(RVA = "0x815380", Offset = "0x815380", Length = "0x17C")]
382 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
383 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
384 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
385 {
387 typeof(int),
388 typeof(int),
389 typeof(int),
390 typeof(int),
391 typeof(int),
392 typeof(int)
393 }, ReturnType = typeof(Rectangle))]
394 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
395 public void GetDisplay(out Texture2D texture, out Rectangle frame)
396 {
397 throw null;
398 }
399
400 [global::Cpp2ILInjected.Token(Token = "0x6004727")]
401 [global::Cpp2ILInjected.Address(RVA = "0x8154FC", Offset = "0x8154FC", Length = "0x8")]
402 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BestiaryDatabaseNPCsPopulator), Member = "RegisterFilters", ReturnType = typeof(void))]
403 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
405 public ByBoss()
406 {
407 throw null;
408 }
409
410 [global::Cpp2ILInjected.Token(Token = "0x400834D")]
411 private const int framesPerRow = 16;
412
413 [global::Cpp2ILInjected.Token(Token = "0x400834E")]
414 private const int framesPerColumn = 5;
415 }
416
417 [global::Cpp2ILInjected.Token(Token = "0x200092B")]
418 public class ByInfoElement : IBestiaryEntryFilter, IEntryFilter<BestiaryEntry>
419 {
420 [global::Cpp2ILInjected.Token(Token = "0x17000819")]
421 public bool? ForcedDisplay
422 {
423 [global::Cpp2ILInjected.Token(Token = "0x6004728")]
424 [global::Cpp2ILInjected.Address(RVA = "0x815504", Offset = "0x815504", Length = "0x8")]
425 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
426 get
427 {
428 throw null;
429 }
430 }
431
432 [global::Cpp2ILInjected.Token(Token = "0x6004729")]
433 [global::Cpp2ILInjected.Address(RVA = "0x81550C", Offset = "0x81550C", Length = "0x28")]
434 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BestiaryDatabaseNPCsPopulator), Member = "RegisterFilters", ReturnType = typeof(void))]
435 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
436 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
438 {
439 throw null;
440 }
441
442 [global::Cpp2ILInjected.Token(Token = "0x600472A")]
443 [global::Cpp2ILInjected.Address(RVA = "0x815534", Offset = "0x815534", Length = "0x58")]
444 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
446 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
447 public bool FitsFilter(BestiaryEntry entry)
448 {
449 throw null;
450 }
451
452 [global::Cpp2ILInjected.Token(Token = "0x600472B")]
453 [global::Cpp2ILInjected.Address(RVA = "0x81558C", Offset = "0x81558C", Length = "0xB8")]
454 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
455 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
456 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
457 public string GetDisplayNameKey()
458 {
459 throw null;
460 }
461
462 [global::Cpp2ILInjected.Token(Token = "0x600472C")]
463 [global::Cpp2ILInjected.Address(RVA = "0x815644", Offset = "0x815644", Length = "0xB4")]
464 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
465 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
466 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
468 {
469 throw null;
470 }
471
472 [global::Cpp2ILInjected.Token(Token = "0x600472D")]
473 [global::Cpp2ILInjected.Address(RVA = "0x8156F8", Offset = "0x8156F8", Length = "0xDC")]
474 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
475 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
476 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
477 public void GetDisplay(out Texture2D texture, out Rectangle frame)
478 {
479 throw null;
480 }
481
482 [global::Cpp2ILInjected.Token(Token = "0x400834F")]
483 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
485 }
486 }
487}
class f__AnonymousType0<< Count > j__TPar
bool FitsFilter(BestiaryEntry entry)
Definition Filters.cs:341
void GetDisplay(out Texture2D texture, out Rectangle frame)
Definition Filters.cs:395
void GetDisplay(out Texture2D texture, out Rectangle frame)
Definition Filters.cs:477
ByInfoElement(IBestiaryInfoElement element)
Definition Filters.cs:437
void GetDisplay(out Texture2D texture, out Rectangle frame)
Definition Filters.cs:304
bool FitsFilter(BestiaryEntry entry)
Definition Filters.cs:58
void GetDisplay(out Texture2D texture, out Rectangle frame)
Definition Filters.cs:112
void GetDisplay(out Texture2D texture, out Rectangle frame)
Definition Filters.cs:207