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
SpawnConditionBestiaryOverlayInfoElement.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200095D")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000829")]
14 public float DisplayPriority
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x60047F5")]
18 [global::Cpp2ILInjected.Address(RVA = "0x81D85C", Offset = "0x81D85C", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x60047F6")]
26 [global::Cpp2ILInjected.Address(RVA = "0x81D864", Offset = "0x81D864", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x1700082A")]
35 public float OrderPriority
36 {
38 [global::Cpp2ILInjected.Token(Token = "0x60047F7")]
39 [global::Cpp2ILInjected.Address(RVA = "0x81D86C", Offset = "0x81D86C", Length = "0x8")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 get
42 {
43 throw null;
44 }
46 [global::Cpp2ILInjected.Token(Token = "0x60047F8")]
47 [global::Cpp2ILInjected.Address(RVA = "0x81D874", Offset = "0x81D874", Length = "0x8")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 set
50 {
51 throw null;
52 }
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x60047F9")]
56 [global::Cpp2ILInjected.Address(RVA = "0x81243C", Offset = "0x81243C", Length = "0x68")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x60047FA")]
66 [global::Cpp2ILInjected.Address(RVA = "0x81D87C", Offset = "0x81D87C", Length = "0x10C")]
67 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
71 {
72 throw null;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x60047FB")]
76 [global::Cpp2ILInjected.Address(RVA = "0x81D988", Offset = "0x81D988", Length = "0x10")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x4008399")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
86 private string _overlayImagePath;
87
88 [global::Cpp2ILInjected.Token(Token = "0x400839A")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
91
93 [global::Cpp2ILInjected.Token(Token = "0x400839B")]
94 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
95 private float <DisplayPriority>k__BackingField;
96
98 [global::Cpp2ILInjected.Token(Token = "0x400839C")]
99 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
100 private float <OrderPriority>k__BackingField;
101 }
102}
class f__AnonymousType0<< Count > j__TPar
SpawnConditionBestiaryOverlayInfoElement(string nameLanguageKey, int filterIconFrame, string overlayImagePath=null, Color? overlayColor=null)