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
EnableIfAttribute.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 = "0x200000C")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000006")]
13 public string[] Conditions
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x600001A")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB55B8", Offset = "0x1CB55B8", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x600001B")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB55C0", Offset = "0x1CB55C0", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000007")]
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x600001C")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB55C8", Offset = "0x1CB55C8", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x600001D")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB55D0", Offset = "0x1CB55D0", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 private set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x17000008")]
55 public bool Reversed
56 {
58 [global::Cpp2ILInjected.Token(Token = "0x600001E")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1CB55D8", Offset = "0x1CB55D8", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 get
62 {
63 throw null;
64 }
66 [global::Cpp2ILInjected.Token(Token = "0x600001F")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1CB55E0", Offset = "0x1CB55E0", Length = "0xC")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 protected set
70 {
71 throw null;
72 }
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000020")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1CB5480", Offset = "0x1CB5480", Length = "0x98")]
77 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DisableIfAttribute), 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 EnableIfAttribute(string condition)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x6000021")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1CB5550", Offset = "0x1CB5550", 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 = "0x400000A")]
97 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
98 private string[] <Conditions>k__BackingField;
99
101 [global::Cpp2ILInjected.Token(Token = "0x400000B")]
102 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
103 private ConditionOperator <ConditionOperator>k__BackingField;
104
106 [global::Cpp2ILInjected.Token(Token = "0x400000C")]
107 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
108 private bool <Reversed>k__BackingField;
109 }
110}
class f__AnonymousType0<< Count > j__TPar
EnableIfAttribute(ConditionOperator conditionOperator, params string[] conditions)
ConditionOperator< ConditionOperator > k__BackingField