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
ReinterpretCast.cs
Go to the documentation of this file.
1using System;
5
6namespace ReLogic.Utilities
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000B05")]
9 public static class ReinterpretCast
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6005283")]
12 [global::Cpp2ILInjected.Address(RVA = "0x93ECFC", Offset = "0x93ECFC", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public static float UIntAsFloat(uint value)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6005284")]
20 [global::Cpp2ILInjected.Address(RVA = "0x93ED0C", Offset = "0x93ED0C", Length = "0x8")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 public static float IntAsFloat(int value)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6005285")]
28 [global::Cpp2ILInjected.Address(RVA = "0x93ED1C", Offset = "0x93ED1C", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 public static uint FloatAsUInt(float value)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6005286")]
36 [global::Cpp2ILInjected.Address(RVA = "0x93ED2C", Offset = "0x93ED2C", Length = "0x8")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 public static int FloatAsInt(float value)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x2000B06")]
44 [StructLayout(2)]
45 private struct IntFloat
46 {
47 [global::Cpp2ILInjected.Token(Token = "0x6005287")]
48 [global::Cpp2ILInjected.Address(RVA = "0x93ED14", Offset = "0x93ED14", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 public IntFloat(int value)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x6005288")]
56 [global::Cpp2ILInjected.Address(RVA = "0x93ED34", Offset = "0x93ED34", Length = "0x8")]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 public IntFloat(float value)
59 {
60 throw null;
61 }
62
63 [global::Cpp2ILInjected.Token(Token = "0x4008ACB")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
65 [global::System.Runtime.InteropServices.FieldOffset(0)]
66 public readonly int IntValue;
67
68 [global::Cpp2ILInjected.Token(Token = "0x4008ACC")]
69 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
70 [global::System.Runtime.InteropServices.FieldOffset(0)]
71 public readonly float FloatValue;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x2000B07")]
75 [StructLayout(2)]
76 private struct UIntFloat
77 {
78 [global::Cpp2ILInjected.Token(Token = "0x6005289")]
79 [global::Cpp2ILInjected.Address(RVA = "0x93ED04", Offset = "0x93ED04", Length = "0x8")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 public UIntFloat(uint value)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x600528A")]
87 [global::Cpp2ILInjected.Address(RVA = "0x93ED24", Offset = "0x93ED24", Length = "0x8")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 public UIntFloat(float value)
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x4008ACD")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
96 [global::System.Runtime.InteropServices.FieldOffset(0)]
97 public readonly uint UIntValue;
98
99 [global::Cpp2ILInjected.Token(Token = "0x4008ACE")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
101 [global::System.Runtime.InteropServices.FieldOffset(0)]
102 public readonly float FloatValue;
103 }
104 }
105}
class f__AnonymousType0<< Count > j__TPar
static float UIntAsFloat(uint value)
static float IntAsFloat(int value)
static int FloatAsInt(float value)
static uint FloatAsUInt(float value)