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
DecimalConstantAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.AttributeUsage(global::System.AttributeTargets.Field | global::System.AttributeTargets.Parameter, Inherited = false)]
8 [global::Cpp2ILInjected.Token(Token = "0x200046E")]
9 [global::System.Serializable]
10 public sealed class DecimalConstantAttribute : global::System.Attribute
11 {
12 [global::System.CLSCompliant(false)]
13 [global::Cpp2ILInjected.Token(Token = "0x600220B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B73374", Offset = "0x1B73374", Length = "0x9C")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Attribute), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(decimal), Member = ".ctor", MemberParameters = new object[]
19 {
20 typeof(int),
21 typeof(int),
22 typeof(int),
23 typeof(bool),
24 typeof(byte)
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
27 public DecimalConstantAttribute(byte scale, byte sign, uint hi, uint mid, uint low)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x17000467")]
33 public decimal Value
34 {
35 [global::Cpp2ILInjected.Token(Token = "0x600220C")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1B73410", Offset = "0x1B73410", Length = "0xC")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 get
39 {
40 throw null;
41 }
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x40012AF")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
46 private decimal _dec;
47 }
48}
class f__AnonymousType0<< Count > j__TPar
DecimalConstantAttribute(byte scale, byte sign, uint hi, uint mid, uint low)