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
InfoBoxAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace NaughtyAttributes
7{
8 [AttributeUsage(AttributeTargets.Field, AllowMultiple = true, Inherited = true)]
9 [global::Cpp2ILInjected.Token(Token = "0x200001B")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000017")]
13 public string Text
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x600004C")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB589C", Offset = "0x1CB589C", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x600004D")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB58A4", Offset = "0x1CB58A4", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000018")]
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x600004E")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB58AC", Offset = "0x1CB58AC", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x600004F")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB58B4", Offset = "0x1CB58B4", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 private set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x17000019")]
55 public string VisibleIf
56 {
58 [global::Cpp2ILInjected.Token(Token = "0x6000050")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1CB58BC", Offset = "0x1CB58BC", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 get
62 {
63 throw null;
64 }
66 [global::Cpp2ILInjected.Token(Token = "0x6000051")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1CB58C4", Offset = "0x1CB58C4", Length = "0x8")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 private set
70 {
71 throw null;
72 }
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000052")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1CB58CC", Offset = "0x1CB58CC", Length = "0x40")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
79 public InfoBoxAttribute(string text, InfoBoxType type = InfoBoxType.Normal, string visibleIf = null)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000053")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1CB5914", Offset = "0x1CB5914", Length = "0x34")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
88 public InfoBoxAttribute(string text, string visibleIf)
89 {
90 throw null;
91 }
92
94 [global::Cpp2ILInjected.Token(Token = "0x4000025")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
96 private string <Text>k__BackingField;
97
99 [global::Cpp2ILInjected.Token(Token = "0x4000026")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
101 private InfoBoxType <Type>k__BackingField;
102
104 [global::Cpp2ILInjected.Token(Token = "0x4000027")]
105 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
106 private string <VisibleIf>k__BackingField;
107 }
108}
class f__AnonymousType0<< Count > j__TPar
InfoBoxAttribute(string text, string visibleIf)
InfoBoxAttribute(string text, InfoBoxType type=InfoBoxType.Normal, string visibleIf=null)