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
NativeConditionalAttribute.cs
Go to the documentation of this file.
1using System;
6
8{
11 [global::Cpp2ILInjected.Token(Token = "0x200000B")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x17000005")]
15 public string Condition
16 {
18 [global::Cpp2ILInjected.Token(Token = "0x6000010")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1FA3B04", Offset = "0x1FA3B04", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 set
22 {
23 throw null;
24 }
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x17000006")]
28 public bool Enabled
29 {
31 [global::Cpp2ILInjected.Token(Token = "0x6000011")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1FA3B0C", Offset = "0x1FA3B0C", Length = "0xC")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 set
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6000012")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1FA3B18", Offset = "0x1FA3B18", Length = "0x30")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
44 public NativeConditionalAttribute(string condition)
45 {
46 throw null;
47 }
48
51 [global::Cpp2ILInjected.Token(Token = "0x4000007")]
52 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
53 private string <Condition>k__BackingField;
54
57 [global::Cpp2ILInjected.Token(Token = "0x4000008")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
59 private bool <Enabled>k__BackingField;
60 }
61}
class f__AnonymousType0<< Count > j__TPar