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
ShowIfAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace NaughtyAttributes
7{
8 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 [global::Cpp2ILInjected.Token(Token = "0x2000005")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000001")]
13 public string[] Conditions
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000004")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB53F0", Offset = "0x1CB53F0", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x6000005")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB53F8", Offset = "0x1CB53F8", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000002")]
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x6000006")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB5400", Offset = "0x1CB5400", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x6000007")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB5408", Offset = "0x1CB5408", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 private set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x17000003")]
55 public bool Reversed
56 {
58 [global::Cpp2ILInjected.Token(Token = "0x6000008")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1CB5410", Offset = "0x1CB5410", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 get
62 {
63 throw null;
64 }
66 [global::Cpp2ILInjected.Token(Token = "0x6000009")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1CB5418", Offset = "0x1CB5418", Length = "0xC")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 protected set
70 {
71 throw null;
72 }
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x600000A")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1CB52F0", Offset = "0x1CB52F0", Length = "0x98")]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HideIfAttribute), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
81 public ShowIfAttribute(string condition)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x600000B")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1CB53C0", Offset = "0x1CB53C0", Length = "0x30")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
91 {
92 throw null;
93 }
94
96 [global::Cpp2ILInjected.Token(Token = "0x4000004")]
97 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
98 private string[] <Conditions>k__BackingField;
99
101 [global::Cpp2ILInjected.Token(Token = "0x4000005")]
102 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
103 private ConditionOperator <ConditionOperator>k__BackingField;
104
106 [global::Cpp2ILInjected.Token(Token = "0x4000006")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
108 private bool <Reversed>k__BackingField;
109 }
110}
class f__AnonymousType0<< Count > j__TPar
ConditionOperator< ConditionOperator > k__BackingField
ShowIfAttribute(ConditionOperator conditionOperator, params string[] conditions)
string[]< Conditions > k__BackingField