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
MaxValueAttribute.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 = "0x2000020")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700001C")]
13 public float MaxValue
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x600005B")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB5990", Offset = "0x1CB5990", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x600005C")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB5998", Offset = "0x1CB5998", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x600005D")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1CB59A0", Offset = "0x1CB59A0", Length = "0x28")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
37 public MaxValueAttribute(float maxValue)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x600005E")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1CB59D0", Offset = "0x1CB59D0", Length = "0x2C")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
47 public MaxValueAttribute(int maxValue)
48 {
49 throw null;
50 }
51
53 [global::Cpp2ILInjected.Token(Token = "0x400002E")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
55 private float <MaxValue>k__BackingField;
56 }
57}
class f__AnonymousType0<< Count > j__TPar