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
SpawnConditionBestiaryInfoElement.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200095C")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000828")]
14 public float OrderPriority
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x60047F0")]
18 [global::Cpp2ILInjected.Address(RVA = "0x81D730", Offset = "0x81D730", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x60047F1")]
26 [global::Cpp2ILInjected.Address(RVA = "0x81D738", Offset = "0x81D738", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60047F2")]
35 [global::Cpp2ILInjected.Address(RVA = "0x811E4C", Offset = "0x811E4C", Length = "0x68")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
39 public SpawnConditionBestiaryInfoElement(string nameLanguageKey, int filterIconFrame, string backgroundImagePath = null, Color? backgroundColor = null)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x60047F3")]
45 [global::Cpp2ILInjected.Address(RVA = "0x81D740", Offset = "0x81D740", Length = "0x10C")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x60047F4")]
55 [global::Cpp2ILInjected.Address(RVA = "0x81D84C", Offset = "0x81D84C", Length = "0x10")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x4008396")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
65 private string _backgroundImagePath;
66
67 [global::Cpp2ILInjected.Token(Token = "0x4008397")]
68 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
70
72 [global::Cpp2ILInjected.Token(Token = "0x4008398")]
73 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
74 private float <OrderPriority>k__BackingField;
75 }
76}
class f__AnonymousType0<< Count > j__TPar
SpawnConditionBestiaryInfoElement(string nameLanguageKey, int filterIconFrame, string backgroundImagePath=null, Color? backgroundColor=null)