terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ShowIfAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace NaughtyAttributes
5{
6 // Token: 0x02000005 RID: 5
7 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 {
10 // Token: 0x17000001 RID: 1
11 // (get) Token: 0x06000004 RID: 4 RVA: 0x000020A8 File Offset: 0x000002A8
12 // (set) Token: 0x06000005 RID: 5 RVA: 0x000020BC File Offset: 0x000002BC
13 public string[] Conditions
14 {
16 get
17 {
18 return this.<Conditions>k__BackingField;
19 }
21 private set
22 {
24 }
25 }
26
27 // Token: 0x17000002 RID: 2
28 // (get) Token: 0x06000006 RID: 6 RVA: 0x000020D0 File Offset: 0x000002D0
29 // (set) Token: 0x06000007 RID: 7 RVA: 0x000020E4 File Offset: 0x000002E4
31 {
33 get
34 {
36 }
38 private set
39 {
41 }
42 }
43
44 // Token: 0x17000003 RID: 3
45 // (get) Token: 0x06000008 RID: 8 RVA: 0x000020F8 File Offset: 0x000002F8
46 // (set) Token: 0x06000009 RID: 9 RVA: 0x0000210C File Offset: 0x0000030C
47 public bool Reversed
48 {
50 get
51 {
52 return this.<Reversed>k__BackingField;
53 }
55 protected set
56 {
57 }
58 }
59
60 // Token: 0x0600000A RID: 10 RVA: 0x0000211C File Offset: 0x0000031C
61 public ShowIfAttribute(string condition)
62 {
63 if (condition == null || condition != null)
64 {
65 return;
66 }
68 }
69
70 // Token: 0x0600000B RID: 11 RVA: 0x0000213C File Offset: 0x0000033C
76
77 // Token: 0x04000004 RID: 4
79 private string[] <Conditions>k__BackingField;
80
81 // Token: 0x04000005 RID: 5
83 private ConditionOperator <ConditionOperator>k__BackingField;
84
85 // Token: 0x04000006 RID: 6
87 private bool <Reversed>k__BackingField;
88 }
89}
class f__AnonymousType0<< Count > j__TPar
ConditionOperator< ConditionOperator > k__BackingField
ShowIfAttribute(ConditionOperator conditionOperator, params string[] conditions)
string[]< Conditions > k__BackingField