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
Bgr565.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20003AF")]
8 public struct Bgr565 : IPackedVector<ushort>, IPackedVector, IEquatable<Bgr565>
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001956")]
11 [global::Cpp2ILInjected.Address(RVA = "0xAC81E0", Offset = "0xAC81E0", Length = "0x254")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Bgr565), Member = ".ctor", MemberParameters = new object[]
14 {
15 typeof(float),
16 typeof(float),
17 typeof(float)
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Bgr565), Member = ".ctor", MemberParameters = new object[] { typeof(Vector3) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MathHelper), Member = "Clamp", MemberParameters = new object[]
22 {
23 typeof(float),
24 typeof(float),
25 typeof(float)
26 }, ReturnType = typeof(float))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
28 private static ushort Pack(float x, float y, float z)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6001957")]
34 [global::Cpp2ILInjected.Address(RVA = "0xAC8434", Offset = "0xAC8434", Length = "0x18")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Bgr565), Member = "Pack", MemberParameters = new object[]
38 {
39 typeof(float),
40 typeof(float),
41 typeof(float)
42 }, ReturnType = typeof(ushort))]
43 public Bgr565(float x, float y, float z)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6001958")]
49 [global::Cpp2ILInjected.Address(RVA = "0xAC844C", Offset = "0xAC844C", Length = "0x18")]
50 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Bgr565), Member = "Pack", MemberParameters = new object[]
53 {
54 typeof(float),
55 typeof(float),
56 typeof(float)
57 }, ReturnType = typeof(ushort))]
58 public Bgr565(Vector3 vector)
59 {
60 throw null;
61 }
62
63 [CLSCompliant(false)]
64 [global::Cpp2ILInjected.Token(Token = "0x1700035F")]
65 public ushort PackedValue
66 {
67 [global::Cpp2ILInjected.Token(Token = "0x6001959")]
68 [global::Cpp2ILInjected.Address(RVA = "0xAC8464", Offset = "0xAC8464", Length = "0x8")]
69 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 get
72 {
73 throw null;
74 }
75 [global::Cpp2ILInjected.Token(Token = "0x600195A")]
76 [global::Cpp2ILInjected.Address(RVA = "0xAC846C", Offset = "0xAC846C", Length = "0x8")]
77 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 set
80 {
81 throw null;
82 }
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x600195B")]
86 [global::Cpp2ILInjected.Address(RVA = "0xAC8474", Offset = "0xAC8474", Length = "0x68")]
87 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Bgr565), Member = "Microsoft.Xna.Framework.Graphics.PackedVector.IPackedVector.ToVector4", ReturnType = typeof(Vector4))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Bgr565), Member = "ToString", ReturnType = typeof(string))]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = ".ctor", MemberParameters = new object[]
92 {
93 typeof(float),
94 typeof(float),
95 typeof(float)
96 }, ReturnType = typeof(void))]
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x600195C")]
103 [global::Cpp2ILInjected.Address(RVA = "0xAC84DC", Offset = "0xAC84DC", Length = "0x60")]
104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
105 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x600195D")]
112 [global::Cpp2ILInjected.Address(RVA = "0xAC853C", Offset = "0xAC853C", Length = "0x34")]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Bgr565), Member = "ToVector3", ReturnType = typeof(Vector3))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector4), Member = ".ctor", MemberParameters = new object[]
116 {
118 typeof(float)
119 }, ReturnType = typeof(void))]
124
125 [global::Cpp2ILInjected.Token(Token = "0x600195E")]
126 [global::Cpp2ILInjected.Address(RVA = "0xAC8570", Offset = "0xAC8570", Length = "0x78")]
127 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
129 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
130 public override bool Equals(object obj)
131 {
132 throw null;
133 }
134
135 [global::Cpp2ILInjected.Token(Token = "0x600195F")]
136 [global::Cpp2ILInjected.Address(RVA = "0xAC85F8", Offset = "0xAC85F8", Length = "0x10")]
137 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
139 public bool Equals(Bgr565 other)
140 {
141 throw null;
142 }
143
144 [global::Cpp2ILInjected.Token(Token = "0x6001960")]
145 [global::Cpp2ILInjected.Address(RVA = "0xAC8608", Offset = "0xAC8608", Length = "0x2C")]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Bgr565), Member = "ToVector3", ReturnType = typeof(Vector3))]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector3), Member = "ToString", ReturnType = typeof(string))]
149 public override string ToString()
150 {
151 throw null;
152 }
153
154 [global::Cpp2ILInjected.Token(Token = "0x6001961")]
155 [global::Cpp2ILInjected.Address(RVA = "0xAC8634", Offset = "0xAC8634", Length = "0x8")]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ushort), Member = "GetHashCode", ReturnType = typeof(int))]
158 public override int GetHashCode()
159 {
160 throw null;
161 }
162
163 [global::Cpp2ILInjected.Token(Token = "0x6001962")]
164 [global::Cpp2ILInjected.Address(RVA = "0xAC85E8", Offset = "0xAC85E8", Length = "0x10")]
165 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
166 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
167 public static bool operator ==(Bgr565 lhs, Bgr565 rhs)
168 {
169 throw null;
170 }
171
172 [global::Cpp2ILInjected.Token(Token = "0x6001963")]
173 [global::Cpp2ILInjected.Address(RVA = "0xAC863C", Offset = "0xAC863C", Length = "0x10")]
174 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
175 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
176 public static bool operator !=(Bgr565 lhs, Bgr565 rhs)
177 {
178 throw null;
179 }
180
181 [global::Cpp2ILInjected.Token(Token = "0x400279A")]
182 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
183 private ushort _packedValue;
184 }
185}
class f__AnonymousType0<< Count > j__TPar
static bool operator==(Bgr565 lhs, Bgr565 rhs)
Definition Bgr565.cs:167
static bool operator!=(Bgr565 lhs, Bgr565 rhs)
Definition Bgr565.cs:176
static ushort Pack(float x, float y, float z)
Definition Bgr565.cs:28