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
ProgressBarAttribute.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 = "0x200000F")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700000C")]
13 public string Name
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x600002A")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB5670", Offset = "0x1CB5670", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB5678", Offset = "0x1CB5678", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x1700000D")]
34 public float MaxValue
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB5680", Offset = "0x1CB5680", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x600002D")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB5688", Offset = "0x1CB5688", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 private set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x1700000E")]
56 {
58 [global::Cpp2ILInjected.Token(Token = "0x600002E")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1CB5690", Offset = "0x1CB5690", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 get
62 {
63 throw null;
64 }
66 [global::Cpp2ILInjected.Token(Token = "0x600002F")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1CB5698", Offset = "0x1CB5698", Length = "0x8")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 private set
70 {
71 throw null;
72 }
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x6000030")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1CB56A0", Offset = "0x1CB56A0", Length = "0x40")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
79 public ProgressBarAttribute(string name = "", float maxValue = 100f, ProgressBarColor color = ProgressBarColor.Blue)
80 {
81 throw null;
82 }
83
85 [global::Cpp2ILInjected.Token(Token = "0x4000010")]
86 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
87 private string <Name>k__BackingField;
88
90 [global::Cpp2ILInjected.Token(Token = "0x4000011")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
92 private float <MaxValue>k__BackingField;
93
95 [global::Cpp2ILInjected.Token(Token = "0x4000012")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
97 private ProgressBarColor <Color>k__BackingField;
98 }
99}
class f__AnonymousType0<< Count > j__TPar
ProgressBarAttribute(string name="", float maxValue=100f, ProgressBarColor color=ProgressBarColor.Blue)