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
Alpha8.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20003AE")]
8 public struct Alpha8 : IPackedVector<byte>, IPackedVector, IEquatable<Alpha8>
9 {
10 [CLSCompliant(false)]
11 [global::Cpp2ILInjected.Token(Token = "0x1700035E")]
12 public byte PackedValue
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6001949")]
15 [global::Cpp2ILInjected.Address(RVA = "0xAC7F64", Offset = "0xAC7F64", Length = "0x8")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 get
18 {
19 throw null;
20 }
21 [global::Cpp2ILInjected.Token(Token = "0x600194A")]
22 [global::Cpp2ILInjected.Address(RVA = "0xAC7F6C", Offset = "0xAC7F6C", Length = "0x8")]
23 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
24 set
25 {
26 throw null;
27 }
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x600194B")]
31 [global::Cpp2ILInjected.Address(RVA = "0xAC7F74", Offset = "0xAC7F74", Length = "0x18")]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Alpha8), Member = "Pack", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(byte))]
34 public Alpha8(float alpha)
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x600194C")]
40 [global::Cpp2ILInjected.Address(RVA = "0xAC8080", Offset = "0xAC8080", Length = "0x18")]
41 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 public float ToAlpha()
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x600194D")]
49 [global::Cpp2ILInjected.Address(RVA = "0xAC8098", Offset = "0xAC8098", Length = "0x1C")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Alpha8), Member = "Pack", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(byte))]
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x600194E")]
58 [global::Cpp2ILInjected.Address(RVA = "0xAC80B4", Offset = "0xAC80B4", Length = "0x4C")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector4), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(float),
64 typeof(float),
65 typeof(float),
66 typeof(float)
67 }, ReturnType = typeof(void))]
72
73 [global::Cpp2ILInjected.Token(Token = "0x600194F")]
74 [global::Cpp2ILInjected.Address(RVA = "0xAC8100", Offset = "0xAC8100", Length = "0x78")]
75 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
77 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
78 public override bool Equals(object obj)
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x6001950")]
84 [global::Cpp2ILInjected.Address(RVA = "0xAC8178", Offset = "0xAC8178", Length = "0x10")]
85 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 public bool Equals(Alpha8 other)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x6001951")]
93 [global::Cpp2ILInjected.Address(RVA = "0xAC8188", Offset = "0xAC8188", Length = "0x30")]
94 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(float), Member = "ToString", ReturnType = typeof(string))]
97 public override string ToString()
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x6001952")]
103 [global::Cpp2ILInjected.Address(RVA = "0xAC81B8", Offset = "0xAC81B8", Length = "0x8")]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(byte), Member = "GetHashCode", ReturnType = typeof(int))]
106 public override int GetHashCode()
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x6001953")]
112 [global::Cpp2ILInjected.Address(RVA = "0xAC81C0", Offset = "0xAC81C0", Length = "0x10")]
113 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
115 public static bool operator ==(Alpha8 lhs, Alpha8 rhs)
116 {
117 throw null;
118 }
119
120 [global::Cpp2ILInjected.Token(Token = "0x6001954")]
121 [global::Cpp2ILInjected.Address(RVA = "0xAC81D0", Offset = "0xAC81D0", Length = "0x10")]
122 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 public static bool operator !=(Alpha8 lhs, Alpha8 rhs)
125 {
126 throw null;
127 }
128
129 [global::Cpp2ILInjected.Token(Token = "0x6001955")]
130 [global::Cpp2ILInjected.Address(RVA = "0xAC7F8C", Offset = "0xAC7F8C", Length = "0xF4")]
131 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
132 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Alpha8), Member = ".ctor", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Alpha8), Member = "Microsoft.Xna.Framework.Graphics.PackedVector.IPackedVector.PackFromVector4", MemberParameters = new object[] { typeof(Vector4) }, ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MathHelper), Member = "Clamp", MemberParameters = new object[]
136 {
137 typeof(float),
138 typeof(float),
139 typeof(float)
140 }, ReturnType = typeof(float))]
141 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
142 private static byte Pack(float alpha)
143 {
144 throw null;
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x4002799")]
148 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
149 private byte packedValue;
150 }
151}
class f__AnonymousType0<< Count > j__TPar
static bool operator==(Alpha8 lhs, Alpha8 rhs)
Definition Alpha8.cs:115
static bool operator!=(Alpha8 lhs, Alpha8 rhs)
Definition Alpha8.cs:124