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
SliderAttribute.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 = "0x2000017")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000011")]
13 public float MinValue
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x600003B")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB5754", Offset = "0x1CB5754", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x600003C")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB575C", Offset = "0x1CB575C", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000012")]
34 public float MaxValue
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x600003D")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB5764", Offset = "0x1CB5764", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x600003E")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB576C", Offset = "0x1CB576C", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 private set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x600003F")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1CB5774", Offset = "0x1CB5774", Length = "0x2C")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
58 public SliderAttribute(float minValue, float maxValue)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x6000040")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1CB57A0", Offset = "0x1CB57A0", Length = "0x2C")]
65 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
68 public SliderAttribute(int minValue, int maxValue)
69 {
70 throw null;
71 }
72
74 [global::Cpp2ILInjected.Token(Token = "0x400001F")]
75 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
76 private float <MinValue>k__BackingField;
77
79 [global::Cpp2ILInjected.Token(Token = "0x4000020")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
81 private float <MaxValue>k__BackingField;
82 }
83}
class f__AnonymousType0<< Count > j__TPar
SliderAttribute(int minValue, int maxValue)
SliderAttribute(float minValue, float maxValue)