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
JoystickCapabilities.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200034D")]
9 public struct JoystickCapabilities
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000257")]
12 public bool IsConnected
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x600159D")]
16 [global::Cpp2ILInjected.Address(RVA = "0xA9AB00", Offset = "0xA9AB00", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 readonly get
19 {
20 throw null;
21 }
23 [global::Cpp2ILInjected.Token(Token = "0x600159E")]
24 [global::Cpp2ILInjected.Address(RVA = "0xA9AB08", Offset = "0xA9AB08", Length = "0xC")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 internal set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x17000258")]
33 public string Identifier
34 {
36 [global::Cpp2ILInjected.Token(Token = "0x600159F")]
37 [global::Cpp2ILInjected.Address(RVA = "0xA9AB14", Offset = "0xA9AB14", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 readonly get
40 {
41 throw null;
42 }
44 [global::Cpp2ILInjected.Token(Token = "0x60015A0")]
45 [global::Cpp2ILInjected.Address(RVA = "0xA9AB1C", Offset = "0xA9AB1C", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 internal set
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x17000259")]
54 public bool IsGamepad
55 {
57 [global::Cpp2ILInjected.Token(Token = "0x60015A1")]
58 [global::Cpp2ILInjected.Address(RVA = "0xA9AB24", Offset = "0xA9AB24", Length = "0x8")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 readonly get
61 {
62 throw null;
63 }
65 [global::Cpp2ILInjected.Token(Token = "0x60015A2")]
66 [global::Cpp2ILInjected.Address(RVA = "0xA9AB2C", Offset = "0xA9AB2C", Length = "0xC")]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
68 internal set
69 {
70 throw null;
71 }
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x1700025A")]
75 public int AxisCount
76 {
78 [global::Cpp2ILInjected.Token(Token = "0x60015A3")]
79 [global::Cpp2ILInjected.Address(RVA = "0xA9AB38", Offset = "0xA9AB38", Length = "0x8")]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
81 readonly get
82 {
83 throw null;
84 }
86 [global::Cpp2ILInjected.Token(Token = "0x60015A4")]
87 [global::Cpp2ILInjected.Address(RVA = "0xA9AB40", Offset = "0xA9AB40", Length = "0x8")]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 internal set
90 {
91 throw null;
92 }
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x1700025B")]
96 public int ButtonCount
97 {
99 [global::Cpp2ILInjected.Token(Token = "0x60015A5")]
100 [global::Cpp2ILInjected.Address(RVA = "0xA9AB48", Offset = "0xA9AB48", Length = "0x8")]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 readonly get
103 {
104 throw null;
105 }
107 [global::Cpp2ILInjected.Token(Token = "0x60015A6")]
108 [global::Cpp2ILInjected.Address(RVA = "0xA9AB50", Offset = "0xA9AB50", Length = "0x8")]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
110 internal set
111 {
112 throw null;
113 }
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x1700025C")]
117 public int HatCount
118 {
120 [global::Cpp2ILInjected.Token(Token = "0x60015A7")]
121 [global::Cpp2ILInjected.Address(RVA = "0xA9AB58", Offset = "0xA9AB58", Length = "0x8")]
122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
123 readonly get
124 {
125 throw null;
126 }
128 [global::Cpp2ILInjected.Token(Token = "0x60015A8")]
129 [global::Cpp2ILInjected.Address(RVA = "0xA9AB60", Offset = "0xA9AB60", Length = "0x8")]
130 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
131 internal set
132 {
133 throw null;
134 }
135 }
136
137 [global::Cpp2ILInjected.Token(Token = "0x60015A9")]
138 [global::Cpp2ILInjected.Address(RVA = "0xA9AB68", Offset = "0xA9AB68", Length = "0xA8")]
139 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
140 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JoystickCapabilities), Member = "op_Inequality", MemberParameters = new object[]
141 {
144 }, ReturnType = typeof(bool))]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(JoystickCapabilities), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
148 {
149 typeof(string),
150 typeof(string)
151 }, ReturnType = typeof(bool))]
152 public static bool operator ==(JoystickCapabilities left, JoystickCapabilities right)
153 {
154 throw null;
155 }
156
157 [global::Cpp2ILInjected.Token(Token = "0x60015AA")]
158 [global::Cpp2ILInjected.Address(RVA = "0xA9AC10", Offset = "0xA9AC10", Length = "0x38")]
159 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
160 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JoystickCapabilities), Member = "op_Equality", MemberParameters = new object[]
162 {
165 }, ReturnType = typeof(bool))]
166 public static bool operator !=(JoystickCapabilities left, JoystickCapabilities right)
167 {
168 throw null;
169 }
170
171 [global::Cpp2ILInjected.Token(Token = "0x60015AB")]
172 [global::Cpp2ILInjected.Address(RVA = "0xA9AC48", Offset = "0xA9AC48", Length = "0x90")]
173 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
174 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JoystickCapabilities), Member = "op_Equality", MemberParameters = new object[]
176 {
179 }, ReturnType = typeof(bool))]
180 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
181 public override bool Equals(object obj)
182 {
183 throw null;
184 }
185
186 [global::Cpp2ILInjected.Token(Token = "0x60015AC")]
187 [global::Cpp2ILInjected.Address(RVA = "0xA9ACD8", Offset = "0xA9ACD8", Length = "0x10")]
188 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
189 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
190 public override int GetHashCode()
191 {
192 throw null;
193 }
194
195 [global::Cpp2ILInjected.Token(Token = "0x60015AD")]
196 [global::Cpp2ILInjected.Address(RVA = "0xA9ACE8", Offset = "0xA9ACE8", Length = "0x30C")]
197 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
198 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(bool), Member = "ToString", ReturnType = typeof(string))]
199 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
200 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
201 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
202 public override string ToString()
203 {
204 throw null;
205 }
206
208 [global::Cpp2ILInjected.Token(Token = "0x4002324")]
209 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
210 private bool <IsConnected>k__BackingField;
211
213 [global::Cpp2ILInjected.Token(Token = "0x4002325")]
214 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
215 private string <Identifier>k__BackingField;
216
218 [global::Cpp2ILInjected.Token(Token = "0x4002326")]
219 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
220 private bool <IsGamepad>k__BackingField;
221
223 [global::Cpp2ILInjected.Token(Token = "0x4002327")]
224 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
225 private int <AxisCount>k__BackingField;
226
228 [global::Cpp2ILInjected.Token(Token = "0x4002328")]
229 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
230 private int <ButtonCount>k__BackingField;
231
233 [global::Cpp2ILInjected.Token(Token = "0x4002329")]
234 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
235 private int <HatCount>k__BackingField;
236 }
237}
class f__AnonymousType0<< Count > j__TPar