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
JoystickState.cs
Go to the documentation of this file.
1using System;
3using System.Linq;
5using System.Text;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x200034F")]
12 public struct JoystickState
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x17000261")]
15 public bool IsConnected
16 {
18 [global::Cpp2ILInjected.Token(Token = "0x60015BB")]
19 [global::Cpp2ILInjected.Address(RVA = "0xA9B234", Offset = "0xA9B234", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 readonly get
22 {
23 throw null;
24 }
26 [global::Cpp2ILInjected.Token(Token = "0x60015BC")]
27 [global::Cpp2ILInjected.Address(RVA = "0xA9B23C", Offset = "0xA9B23C", Length = "0xC")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 internal set
30 {
31 throw null;
32 }
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x17000262")]
36 public int[] Axes
37 {
39 [global::Cpp2ILInjected.Token(Token = "0x60015BD")]
40 [global::Cpp2ILInjected.Address(RVA = "0xA9B248", Offset = "0xA9B248", Length = "0x8")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 readonly get
43 {
44 throw null;
45 }
47 [global::Cpp2ILInjected.Token(Token = "0x60015BE")]
48 [global::Cpp2ILInjected.Address(RVA = "0xA9B250", Offset = "0xA9B250", Length = "0x8")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 internal set
51 {
52 throw null;
53 }
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x17000263")]
58 {
60 [global::Cpp2ILInjected.Token(Token = "0x60015BF")]
61 [global::Cpp2ILInjected.Address(RVA = "0xA9B258", Offset = "0xA9B258", Length = "0x8")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 readonly get
64 {
65 throw null;
66 }
68 [global::Cpp2ILInjected.Token(Token = "0x60015C0")]
69 [global::Cpp2ILInjected.Address(RVA = "0xA9B260", Offset = "0xA9B260", Length = "0x8")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 internal set
72 {
73 throw null;
74 }
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x17000264")]
79 {
81 [global::Cpp2ILInjected.Token(Token = "0x60015C1")]
82 [global::Cpp2ILInjected.Address(RVA = "0xA9B268", Offset = "0xA9B268", Length = "0x8")]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 readonly get
85 {
86 throw null;
87 }
89 [global::Cpp2ILInjected.Token(Token = "0x60015C2")]
90 [global::Cpp2ILInjected.Address(RVA = "0xA9B270", Offset = "0xA9B270", Length = "0x8")]
91 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
92 internal set
93 {
94 throw null;
95 }
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x60015C3")]
99 [global::Cpp2ILInjected.Address(RVA = "0xA9B278", Offset = "0xA9B278", Length = "0xD0")]
100 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
101 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JoystickState), Member = "op_Inequality", MemberParameters = new object[]
102 {
105 }, ReturnType = typeof(bool))]
106 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JoystickState), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable), Member = "SequenceEqual", MemberTypeParameters = new object[] { "TSource" }, MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<TSource>", "System.Collections.Generic.IEnumerable`1<TSource>" }, ReturnType = typeof(bool))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "SequenceEqual", MemberTypeParameters = new object[] { "System.Int32Enum" }, MemberParameters = new object[]
110 {
113 }, ReturnType = typeof(bool))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enumerable[]), Member = "SequenceEqual", MemberTypeParameters = new object[] { typeof(JoystickHat) }, MemberParameters = new object[]
115 {
118 }, ReturnType = typeof(bool))]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
120 public static bool operator ==(JoystickState left, JoystickState right)
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x60015C4")]
126 [global::Cpp2ILInjected.Address(RVA = "0xA9B348", Offset = "0xA9B348", Length = "0x38")]
127 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JoystickState), Member = "op_Equality", MemberParameters = new object[]
130 {
133 }, ReturnType = typeof(bool))]
134 public static bool operator !=(JoystickState left, JoystickState right)
135 {
136 throw null;
137 }
138
139 [global::Cpp2ILInjected.Token(Token = "0x60015C5")]
140 [global::Cpp2ILInjected.Address(RVA = "0xA9B380", Offset = "0xA9B380", Length = "0x90")]
141 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
142 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
143 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JoystickState), Member = "op_Equality", MemberParameters = new object[]
144 {
147 }, ReturnType = typeof(bool))]
148 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
149 public override bool Equals(object obj)
150 {
151 throw null;
152 }
153
154 [global::Cpp2ILInjected.Token(Token = "0x60015C6")]
155 [global::Cpp2ILInjected.Address(RVA = "0xA9B410", Offset = "0xA9B410", Length = "0x108")]
156 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
157 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
158 public override int GetHashCode()
159 {
160 throw null;
161 }
162
163 [global::Cpp2ILInjected.Token(Token = "0x60015C7")]
164 [global::Cpp2ILInjected.Address(RVA = "0xA9B518", Offset = "0xA9B518", Length = "0x354")]
165 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
166 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
170 {
171 typeof(string),
172 typeof(string)
173 }, ReturnType = typeof(string))]
174 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
176 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
177 {
178 typeof(string),
179 typeof(string),
180 typeof(string)
181 }, ReturnType = typeof(string))]
182 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
183 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "set_Length", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
184 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(StringBuilder))]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JoystickHat), Member = "ToString", ReturnType = typeof(string))]
186 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
187 public override string ToString()
188 {
189 throw null;
190 }
191
193 [global::Cpp2ILInjected.Token(Token = "0x400232E")]
194 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
195 private bool <IsConnected>k__BackingField;
196
198 [global::Cpp2ILInjected.Token(Token = "0x400232F")]
199 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
200 private int[] <Axes>k__BackingField;
201
203 [global::Cpp2ILInjected.Token(Token = "0x4002330")]
204 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
206
208 [global::Cpp2ILInjected.Token(Token = "0x4002331")]
209 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
211 }
212}
class f__AnonymousType0<< Count > j__TPar
static bool operator==(JoystickState left, JoystickState right)