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
MinMaxSliderAttribute.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 = "0x200000E")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700000A")]
13 public float MinValue
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000025")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB5624", Offset = "0x1CB5624", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x6000026")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB562C", Offset = "0x1CB562C", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x1700000B")]
34 public float MaxValue
35 {
37 [global::Cpp2ILInjected.Token(Token = "0x6000027")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1CB5634", Offset = "0x1CB5634", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 get
41 {
42 throw null;
43 }
45 [global::Cpp2ILInjected.Token(Token = "0x6000028")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CB563C", Offset = "0x1CB563C", Length = "0x8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 private set
49 {
50 throw null;
51 }
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x6000029")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1CB5644", Offset = "0x1CB5644", Length = "0x2C")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
58 public MinMaxSliderAttribute(float minValue, float maxValue)
59 {
60 throw null;
61 }
62
64 [global::Cpp2ILInjected.Token(Token = "0x400000E")]
65 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
66 private float <MinValue>k__BackingField;
67
69 [global::Cpp2ILInjected.Token(Token = "0x400000F")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
71 private float <MaxValue>k__BackingField;
72 }
73}
class f__AnonymousType0<< Count > j__TPar
MinMaxSliderAttribute(float minValue, float maxValue)