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
SpawnConditionDecorativeOverlayInfoElement.cs
Go to the documentation of this file.
1using System;
7using Terraria.UI;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x200095E")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x1700082B")]
15 public float DisplayPriority
16 {
18 [global::Cpp2ILInjected.Token(Token = "0x60047FC")]
19 [global::Cpp2ILInjected.Address(RVA = "0x81D998", Offset = "0x81D998", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 get
22 {
23 throw null;
24 }
26 [global::Cpp2ILInjected.Token(Token = "0x60047FD")]
27 [global::Cpp2ILInjected.Address(RVA = "0x81D9A0", Offset = "0x81D9A0", Length = "0x8")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 set
30 {
31 throw null;
32 }
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x60047FE")]
36 [global::Cpp2ILInjected.Address(RVA = "0x813DC4", Offset = "0x813DC4", Length = "0x38")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x60047FF")]
45 [global::Cpp2ILInjected.Address(RVA = "0x81D9A8", Offset = "0x81D9A8", 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 = "0x6004800")]
55 [global::Cpp2ILInjected.Address(RVA = "0x81DAB4", Offset = "0x81DAB4", 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 = "0x6004801")]
64 [global::Cpp2ILInjected.Address(RVA = "0x81DAC4", Offset = "0x81DAC4", Length = "0x8")]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x400839D")]
72 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
73 private string _overlayImagePath;
74
75 [global::Cpp2ILInjected.Token(Token = "0x400839E")]
76 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
78
80 [global::Cpp2ILInjected.Token(Token = "0x400839F")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
82 private float <DisplayPriority>k__BackingField;
83 }
84}
class f__AnonymousType0<< Count > j__TPar
SpawnConditionDecorativeOverlayInfoElement(string overlayImagePath=null, Color? overlayColor=null)