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
GUIControlsBanner.cs
Go to the documentation of this file.
1using System;
4using System.Text;
5using Controller;
10using Terraria;
11using UnityEngine;
12
13[global::Cpp2ILInjected.Token(Token = "0x200012F")]
15{
16 [global::Cpp2ILInjected.Token(Token = "0x60007E5")]
17 [global::Cpp2ILInjected.Address(RVA = "0x13ED088", Offset = "0x13ED088", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 private float ItemScale(int index)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60007E6")]
25 [global::Cpp2ILInjected.Address(RVA = "0x13ED090", Offset = "0x13ED090", Length = "0x4")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private void ItemOver(int index)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x60007E7")]
33 [global::Cpp2ILInjected.Address(RVA = "0x13ED094", Offset = "0x13ED094", Length = "0x65C")]
34 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
37 {
38 typeof(int),
39 typeof(int),
40 typeof(int),
41 typeof(int)
42 }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetGridItemRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "Union", MemberParameters = new object[]
45 {
48 }, ReturnType = typeof(Rectangle))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "get_Center", ReturnType = typeof(Point))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMapping", ReturnType = typeof(bool))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_MappedX", ReturnType = typeof(ControllerActionAxis))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionAxis.Entry))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
57 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerInputButton), Member = "GetButtonTexureInformation", MemberParameters = new object[]
60 {
63 typeof(int)
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "GetButtonState", MemberParameters = new object[] { typeof(ControllerDevice) }, ReturnType = typeof(bool))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
67 {
69 typeof(Item),
70 typeof(string),
71 typeof(bool),
72 typeof(ref float),
73 typeof(bool),
74 typeof(bool),
75 typeof(bool),
76 typeof(bool)
77 }, ReturnType = typeof(GUITransactionButton.InputState))]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerInputButton), Member = "GetAxisTexureInformation", MemberParameters = new object[]
79 {
82 typeof(int)
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "FromAxis", MemberParameters = new object[]
85 {
86 typeof(Axis),
87 typeof(float)
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "GetValue", MemberParameters = new object[] { typeof(ControllerDevice) }, ReturnType = typeof(global::UnityEngine.Vector2))]
90 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
91 {
95 typeof(string),
96 typeof(bool),
97 typeof(ref float),
99 typeof(bool),
100 typeof(bool),
101 typeof(bool),
102 typeof(bool)
103 }, ReturnType = typeof(GUITransactionButton.InputState))]
104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
105 public void ItemDraw(ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale)
106 {
107 throw null;
108 }
109
110 [global::Cpp2ILInjected.Token(Token = "0x60007E8")]
111 [global::Cpp2ILInjected.Address(RVA = "0x13ED7E4", Offset = "0x13ED7E4", Length = "0x658")]
112 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
115 {
116 typeof(int),
117 typeof(int),
118 typeof(int),
119 typeof(int)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetGridItemRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
123 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMapping", ReturnType = typeof(bool))]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_MappedX", ReturnType = typeof(ControllerActionAxis))]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionAxis.Entry))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerInputButton), Member = "GetButtonTexureInformation", MemberParameters = new object[]
132 {
135 typeof(int)
137 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "GetButtonState", MemberParameters = new object[] { typeof(ControllerDevice) }, ReturnType = typeof(bool))]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
139 {
141 typeof(Item),
142 typeof(string),
143 typeof(bool),
144 typeof(ref float),
145 typeof(bool),
146 typeof(bool),
147 typeof(bool),
148 typeof(bool)
149 }, ReturnType = typeof(GUITransactionButton.InputState))]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerInputButton), Member = "GetAxisTexureInformation", MemberParameters = new object[]
151 {
154 typeof(int)
156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "FromAxis", MemberParameters = new object[]
157 {
158 typeof(Axis),
159 typeof(float)
161 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "GetValue", MemberParameters = new object[] { typeof(ControllerDevice) }, ReturnType = typeof(global::UnityEngine.Vector2))]
162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
163 {
167 typeof(string),
168 typeof(bool),
169 typeof(ref float),
171 typeof(bool),
172 typeof(bool),
173 typeof(bool),
174 typeof(bool)
175 }, ReturnType = typeof(GUITransactionButton.InputState))]
176 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "Union", MemberParameters = new object[]
177 {
180 }, ReturnType = typeof(Rectangle))]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "get_Center", ReturnType = typeof(Point))]
182 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
184 {
185 throw null;
186 }
187
188 [global::Cpp2ILInjected.Token(Token = "0x60007E9")]
189 [global::Cpp2ILInjected.Address(RVA = "0x13ED6F0", Offset = "0x13ED6F0", Length = "0x1C")]
190 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
191 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ControlsButtonTagHandler), Member = "DrawButtonControl", MemberParameters = new object[]
193 {
197 typeof(float),
199 typeof(bool)
200 }, ReturnType = typeof(int))]
201 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ControlsButtonTagHandler), Member = "DrawAxisControl", MemberParameters = new object[]
202 {
206 typeof(float),
208 typeof(bool)
209 }, ReturnType = typeof(int))]
210 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
212 {
213 throw null;
214 }
215
216 [global::Cpp2ILInjected.Token(Token = "0x60007EA")]
217 [global::Cpp2ILInjected.Address(RVA = "0x13EDE3C", Offset = "0x13EDE3C", Length = "0x208")]
218 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
219 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
220 {
222 typeof(int)
223 }, ReturnType = typeof(bool))]
224 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
225 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMapping", ReturnType = typeof(bool))]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionAxis.Entry))]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
229 {
230 typeof(string),
231 typeof(string),
232 typeof(string),
233 typeof(string)
234 }, ReturnType = typeof(string))]
235 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
237 {
238 throw null;
239 }
240
241 [global::Cpp2ILInjected.Token(Token = "0x60007EB")]
242 [global::Cpp2ILInjected.Address(RVA = "0x13EE044", Offset = "0x13EE044", Length = "0x204")]
243 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
244 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
245 {
247 typeof(int)
248 }, ReturnType = typeof(bool))]
249 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInventory), Member = "DrawItem", MemberParameters = new object[]
250 {
253 typeof(Item[]),
254 typeof(int),
257 typeof(float)
258 }, ReturnType = typeof(void))]
259 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Lang), Member = "CreateDialogSubstitutionObject", MemberParameters = new object[] { typeof(NPC) }, ReturnType = typeof(object))]
260 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
261 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
262 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
264 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
265 {
266 typeof(string),
267 typeof(string),
268 typeof(string),
269 typeof(string)
270 }, ReturnType = typeof(string))]
271 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "FromAxis", MemberParameters = new object[]
272 {
273 typeof(Axis),
274 typeof(float)
276 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
278 {
279 throw null;
280 }
281
282 [global::Cpp2ILInjected.Token(Token = "0x60007EC")]
283 [global::Cpp2ILInjected.Address(RVA = "0x13ED70C", Offset = "0x13ED70C", Length = "0xD8")]
284 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
285 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ControlsButtonTagHandler), Member = "DrawButtonControl", MemberParameters = new object[]
287 {
291 typeof(float),
293 typeof(bool)
294 }, ReturnType = typeof(int))]
295 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ControlsButtonTagHandler), Member = "DrawAxisControl", MemberParameters = new object[]
296 {
300 typeof(float),
302 typeof(bool)
303 }, ReturnType = typeof(int))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "ItemDraw", MemberParameters = new object[]
305 {
307 typeof(int),
309 typeof(float)
310 }, ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "ItemRightDraw", MemberParameters = new object[]
312 {
314 typeof(int),
316 typeof(float)
317 }, ReturnType = typeof(void))]
318 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "GetControlTag", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(string))]
319 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
320 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
321 public static GUIControllerInputButton.AxisControl FromAxis(Axis axis, float threshold)
322 {
323 throw null;
324 }
325
326 [global::Cpp2ILInjected.Token(Token = "0x60007ED")]
327 [global::Cpp2ILInjected.Address(RVA = "0x13EE248", Offset = "0x13EE248", Length = "0x1AC")]
328 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMapping", ReturnType = typeof(bool))]
331 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
332 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
333 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
334 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(String_Layout), Member = "GetFont", ReturnType = typeof(SpriteFont))]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteFont), Member = "MeasureString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Multiply", MemberParameters = new object[]
337 {
339 typeof(float)
340 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
341 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
343 {
344 throw null;
345 }
346
347 [global::Cpp2ILInjected.Token(Token = "0x60007EE")]
348 [global::Cpp2ILInjected.Address(RVA = "0x13EE3F4", Offset = "0x13EE3F4", Length = "0x9C")]
349 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
351 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIString), Member = "GetRegion", MemberParameters = new object[]
352 {
354 typeof(string)
355 }, ReturnType = typeof(Rectangle))]
356 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
358 {
359 throw null;
360 }
361
362 [global::Cpp2ILInjected.Token(Token = "0x60007EF")]
363 [global::Cpp2ILInjected.Address(RVA = "0x13EE490", Offset = "0x13EE490", Length = "0xBC")]
364 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
365 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "DrawControl", MemberParameters = new object[]
366 {
371 typeof(ref float)
372 }, ReturnType = typeof(void))]
373 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
374 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Addition", MemberParameters = new object[]
375 {
378 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
379 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
384
385 [global::Cpp2ILInjected.Token(Token = "0x60007F0")]
386 [global::Cpp2ILInjected.Address(RVA = "0x13EE54C", Offset = "0x13EE54C", Length = "0x114")]
387 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
388 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
389 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "LoadControlPosition", MemberParameters = new object[]
390 {
394 }, ReturnType = typeof(void))]
395 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Texture_Layout), Member = "Copy", MemberParameters = new object[] { typeof(Texture_Layout) }, ReturnType = typeof(void))]
396 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
397 {
401 typeof(string),
402 typeof(bool),
403 typeof(ref float),
405 typeof(bool),
406 typeof(bool),
407 typeof(bool),
408 typeof(bool)
409 }, ReturnType = typeof(GUITransactionButton.InputState))]
410 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
415
416 [global::Cpp2ILInjected.Token(Token = "0x60007F1")]
417 [global::Cpp2ILInjected.Address(RVA = "0x13EE660", Offset = "0x13EE660", Length = "0x74")]
418 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "DrawControlsBanner", MemberParameters = new object[] { typeof(GUIControlsBanner.ActionSource) }, ReturnType = typeof(void))]
419 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
420 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
421 {
425 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
426 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
431
432 [global::Cpp2ILInjected.Token(Token = "0x60007F2")]
433 [global::Cpp2ILInjected.Address(RVA = "0x13EE6D4", Offset = "0x13EE6D4", Length = "0x254")]
434 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
435 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "DrawHorizontalControlsBanner", ReturnType = typeof(void))]
436 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
437 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
438 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMapping", ReturnType = typeof(bool))]
439 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
440 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "GetControlTag", MemberParameters = new object[] { typeof(ControllerActionVector) }, ReturnType = typeof(string))]
441 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
442 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "GetControlTag", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(string))]
443 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(String_Layout), Member = "GetFont", ReturnType = typeof(SpriteFont))]
444 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteFont), Member = "MeasureString", MemberParameters = new object[] { typeof(StringBuilder) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Remove", MemberParameters = new object[]
446 {
447 typeof(int),
448 typeof(int)
449 }, ReturnType = typeof(StringBuilder))]
450 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
451 private bool AddAction(GUIControlsBanner.Action action, int maxWidth)
452 {
453 throw null;
454 }
455
456 [global::Cpp2ILInjected.Token(Token = "0x60007F3")]
457 [global::Cpp2ILInjected.Address(RVA = "0x13EE928", Offset = "0x13EE928", Length = "0x350")]
458 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
459 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "DrawHorizontalControlsBanner", ReturnType = typeof(void))]
460 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
461 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
462 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
463 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
465 {
466 typeof(string),
467 typeof(string),
468 typeof(string)
469 }, ReturnType = typeof(string))]
470 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(String_Layout), Member = "GetFont", ReturnType = typeof(SpriteFont))]
471 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteFont), Member = "MeasureString", MemberParameters = new object[] { typeof(StringBuilder) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
472 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Remove", MemberParameters = new object[]
473 {
474 typeof(int),
475 typeof(int)
476 }, ReturnType = typeof(StringBuilder))]
477 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
478 private bool AddMore(int maxWidth)
479 {
480 throw null;
481 }
482
483 [global::Cpp2ILInjected.Token(Token = "0x60007F4")]
484 [global::Cpp2ILInjected.Address(RVA = "0x13EEC78", Offset = "0x13EEC78", Length = "0x6C")]
485 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
486 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
491
492 [global::Cpp2ILInjected.Token(Token = "0x60007F5")]
493 [global::Cpp2ILInjected.Address(RVA = "0x13EECE4", Offset = "0x13EECE4", Length = "0x350")]
494 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
495 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "Draw", ReturnType = typeof(void))]
496 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
497 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Clear", ReturnType = typeof(StringBuilder))]
498 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<object>), Member = ".ctor", MemberParameters = new object[]
499 {
500 typeof(object),
502 }, ReturnType = typeof(void))]
503 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<object>) }, ReturnType = typeof(void))]
504 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
505 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
506 {
508 typeof(int)
509 }, ReturnType = typeof(bool))]
510 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddMore", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(bool))]
511 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIString), Member = "Draw", MemberParameters = new object[]
512 {
515 }, ReturnType = typeof(void))]
516 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
518 {
519 throw null;
520 }
521
522 [global::Cpp2ILInjected.Token(Token = "0x60007F6")]
523 [global::Cpp2ILInjected.Address(RVA = "0x13EF034", Offset = "0x13EF034", Length = "0x4BC")]
524 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
525 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
526 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<object>), Member = ".ctor", MemberParameters = new object[]
527 {
528 typeof(object),
530 }, ReturnType = typeof(void))]
531 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<object>) }, ReturnType = typeof(void))]
532 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
533 {
537 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
538 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
539 {
540 typeof(int),
541 typeof(int),
542 typeof(int),
543 typeof(int)
544 }, ReturnType = typeof(void))]
545 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.GetItemScaleHandler), Member = ".ctor", MemberParameters = new object[]
546 {
547 typeof(object),
549 }, ReturnType = typeof(void))]
550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.CursorOver), Member = ".ctor", MemberParameters = new object[]
551 {
552 typeof(object),
554 }, ReturnType = typeof(void))]
555 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.DrawItemHandler), Member = ".ctor", MemberParameters = new object[]
556 {
557 typeof(object),
559 }, ReturnType = typeof(void))]
560 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid), Member = "Draw", MemberParameters = new object[]
561 {
566 typeof(int),
568 }, ReturnType = typeof(void))]
569 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "TopLeft", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
570 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Addition", MemberParameters = new object[]
571 {
574 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
575 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "BottomRight", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
576 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Subtraction", MemberParameters = new object[]
577 {
580 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
581 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "DrawAtPosition", MemberParameters = new object[]
582 {
586 typeof(bool)
587 }, ReturnType = typeof(void))]
588 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 30)]
590 {
591 throw null;
592 }
593
594 [global::Cpp2ILInjected.Token(Token = "0x60007F7")]
595 [global::Cpp2ILInjected.Address(RVA = "0x13EF4F0", Offset = "0x13EF4F0", Length = "0x4BC")]
596 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
597 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
598 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<object>), Member = ".ctor", MemberParameters = new object[]
599 {
600 typeof(object),
602 }, ReturnType = typeof(void))]
603 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<object>) }, ReturnType = typeof(void))]
604 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
605 {
609 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
610 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
611 {
612 typeof(int),
613 typeof(int),
614 typeof(int),
615 typeof(int)
616 }, ReturnType = typeof(void))]
617 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.GetItemScaleHandler), Member = ".ctor", MemberParameters = new object[]
618 {
619 typeof(object),
621 }, ReturnType = typeof(void))]
622 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.CursorOver), Member = ".ctor", MemberParameters = new object[]
623 {
624 typeof(object),
626 }, ReturnType = typeof(void))]
627 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.DrawItemHandler), Member = ".ctor", MemberParameters = new object[]
628 {
629 typeof(object),
631 }, ReturnType = typeof(void))]
632 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid), Member = "Draw", MemberParameters = new object[]
633 {
638 typeof(int),
640 }, ReturnType = typeof(void))]
641 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "TopLeft", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
642 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Addition", MemberParameters = new object[]
643 {
646 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
647 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "BottomRight", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
648 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Subtraction", MemberParameters = new object[]
649 {
652 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
653 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "DrawAtPosition", MemberParameters = new object[]
654 {
658 typeof(bool)
659 }, ReturnType = typeof(void))]
660 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 30)]
662 {
663 throw null;
664 }
665
666 [global::Cpp2ILInjected.Token(Token = "0x60007F8")]
667 [global::Cpp2ILInjected.Address(RVA = "0x13EF9AC", Offset = "0x13EF9AC", Length = "0x744")]
668 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
669 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
670 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
671 {
674 typeof(string),
678 typeof(bool)
679 }, ReturnType = typeof(void))]
680 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "GetControlPoint", MemberParameters = new object[] { typeof(ControlsBanner_Layout.ControlGroupingPosition) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
681 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUINPCDialogue), Member = "LoadRegion", ReturnType = typeof(void))]
682 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIClothesWindow), Member = "LoadRegion", ReturnType = typeof(void))]
683 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIHairWindow), Member = "LoadRegion", ReturnType = typeof(void))]
684 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
685 {
689 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
690 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
691 {
692 typeof(int),
693 typeof(int),
694 typeof(int),
695 typeof(int)
696 }, ReturnType = typeof(void))]
697 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.GetItemScaleHandler), Member = ".ctor", MemberParameters = new object[]
698 {
699 typeof(object),
701 }, ReturnType = typeof(void))]
702 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.CursorOver), Member = ".ctor", MemberParameters = new object[]
703 {
704 typeof(object),
706 }, ReturnType = typeof(void))]
707 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.DrawItemHandler), Member = ".ctor", MemberParameters = new object[]
708 {
709 typeof(object),
711 }, ReturnType = typeof(void))]
712 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.GetItemSizeHandler), Member = ".ctor", MemberParameters = new object[]
713 {
714 typeof(object),
716 }, ReturnType = typeof(void))]
717 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid), Member = "Draw", MemberParameters = new object[]
718 {
724 typeof(int),
725 typeof(int),
726 typeof(int),
727 typeof(int)
728 }, ReturnType = typeof(void))]
729 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "TopLeft", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
730 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Addition", MemberParameters = new object[]
731 {
734 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
735 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "BottomRight", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
736 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Subtraction", MemberParameters = new object[]
737 {
740 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
741 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "DrawAtPosition", MemberParameters = new object[]
742 {
746 typeof(bool)
747 }, ReturnType = typeof(void))]
748 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 33)]
750 {
751 throw null;
752 }
753
754 [global::Cpp2ILInjected.Token(Token = "0x60007F9")]
755 [global::Cpp2ILInjected.Address(RVA = "0x13F00F0", Offset = "0x13F00F0", Length = "0x2D0")]
756 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
757 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
758 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIString), Member = "GetRegion", MemberParameters = new object[]
759 {
761 typeof(string)
762 }, ReturnType = typeof(Rectangle))]
763 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetGridItemRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
764 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Draw", MemberParameters = new object[]
765 {
767 typeof(bool),
771 }, ReturnType = typeof(void))]
772 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIString), Member = "Draw", MemberParameters = new object[]
773 {
775 typeof(string)
776 }, ReturnType = typeof(void))]
777 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
778 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerInputButton), Member = "GetButtonTexureInformation", MemberParameters = new object[]
779 {
782 typeof(int)
784 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "GetButtonState", MemberParameters = new object[] { typeof(ControllerDevice) }, ReturnType = typeof(bool))]
785 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
786 {
790 typeof(string),
791 typeof(bool),
792 typeof(ref float),
794 typeof(bool),
795 typeof(bool),
796 typeof(bool),
797 typeof(bool)
798 }, ReturnType = typeof(GUITransactionButton.InputState))]
799 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
801 {
802 throw null;
803 }
804
805 [global::Cpp2ILInjected.Token(Token = "0x60007FA")]
806 [global::Cpp2ILInjected.Address(RVA = "0x13F03C0", Offset = "0x13F03C0", Length = "0x27C")]
807 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DoDraw", MemberParameters = new object[] { typeof(GameTime) }, ReturnType = typeof(void))]
809 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
810 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_AnyControllerConnected", ReturnType = typeof(bool))]
811 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_KeyboardIsActive", ReturnType = typeof(bool))]
812 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "Begin", MemberParameters = new object[]
813 {
819 typeof(Effect),
820 typeof(Matrix?),
821 typeof(bool)
822 }, ReturnType = typeof(void))]
823 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_gameMenu", ReturnType = typeof(bool))]
824 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "DrawHorizontalControlsBanner", ReturnType = typeof(void))]
825 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "End", ReturnType = typeof(void))]
826 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "FlushBatches", ReturnType = typeof(void))]
827 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clear", MemberParameters = new object[]
828 {
829 typeof(Array),
830 typeof(int),
831 typeof(int)
832 }, ReturnType = typeof(void))]
833 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
834 public void Draw()
835 {
836 throw null;
837 }
838
839 [global::Cpp2ILInjected.Token(Token = "0x60007FB")]
840 [global::Cpp2ILInjected.Address(RVA = "0x13F063C", Offset = "0x13F063C", Length = "0x2C")]
841 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHotbar), Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
842 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHousingMenu), Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
843 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInterfaceEdit), Member = "DrawGroupEditControls", ReturnType = typeof(void))]
844 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
845 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
846 {
849 typeof(string),
853 typeof(bool)
854 }, ReturnType = typeof(void))]
856 {
857 throw null;
858 }
859
860 [global::Cpp2ILInjected.Token(Token = "0x60007FC")]
861 [global::Cpp2ILInjected.Address(RVA = "0x13F0B6C", Offset = "0x13F0B6C", Length = "0xE8")]
862 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIVirtualInputController), Member = "Update", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
863 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISafeRegionEdit), Member = "UpdateCursorDragging", MemberParameters = new object[] { typeof(ref Rect) }, ReturnType = typeof(bool))]
864 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
865 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
866 {
868 typeof(int),
869 typeof(int),
870 typeof(int),
871 typeof(int),
872 typeof(int),
873 typeof(int)
874 }, ReturnType = typeof(Rectangle))]
875 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
876 {
879 typeof(string),
883 typeof(bool)
884 }, ReturnType = typeof(void))]
885 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
890
891 [global::Cpp2ILInjected.Token(Token = "0x60007FD")]
892 [global::Cpp2ILInjected.Address(RVA = "0x13F0668", Offset = "0x13F0668", Length = "0x504")]
893 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
894 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
895 {
898 typeof(string)
899 }, ReturnType = typeof(void))]
900 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
901 {
904 typeof(string),
907 typeof(bool)
908 }, ReturnType = typeof(void))]
909 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
910 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMapping", ReturnType = typeof(bool))]
911 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
912 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
913 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
914 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "RequiredStateValid", MemberParameters = new object[] { typeof(ControllerDevice) }, ReturnType = typeof(bool))]
915 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner.Action), Member = ".ctor", MemberParameters = new object[]
916 {
919 typeof(string),
923 typeof(bool),
924 typeof(int)
925 }, ReturnType = typeof(void))]
926 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
931
932 [global::Cpp2ILInjected.Token(Token = "0x60007FE")]
933 [global::Cpp2ILInjected.Address(RVA = "0x13EAB80", Offset = "0x13EAB80", Length = "0x2C")]
934 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "DrawCategories", ReturnType = typeof(void))]
935 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIAccessoryInfoToggles), Member = "DrawToggles", ReturnType = typeof(void))]
936 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIAccessoryInfoToggles), Member = "InfoAccOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
937 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIAmmo), Member = "ItemOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
938 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "DrawLootDrops", ReturnType = typeof(void))]
939 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "DrawFilters", ReturnType = typeof(void))]
940 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBuilderAccToggles), Member = "Draw", ReturnType = typeof(void))]
941 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIChest), Member = "ItemOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
942 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIChestSplitStack), Member = "Draw", ReturnType = typeof(void))]
943 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIEmotesWindow), Member = "DrawCategories", ReturnType = typeof(void))]
944 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIEquipment), Member = "Draw", ReturnType = typeof(void))]
945 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIEquipmentLoadout), Member = "DrawToggles", ReturnType = typeof(void))]
946 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHairWindow), Member = "Draw", ReturnType = typeof(void))]
947 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHairWindow), Member = "DrawCategoryButtons", ReturnType = typeof(void))]
948 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHotbar), Member = "UpdateHotbarKeybinds", ReturnType = typeof(void))]
949 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHotbar), Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
950 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHousingMenu), Member = "UpdateHotbarNavigation", ReturnType = typeof(void))]
951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInventory), Member = "ItemOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
952 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInventorySplitStack), Member = "Draw", ReturnType = typeof(void))]
953 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemDuplication), Member = "DrawCraftButton", ReturnType = typeof(void))]
954 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIItemFilter), Member = "DrawFilter", ReturnType = typeof(void))]
955 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIJourneyModeSettings), Member = "DrawCategories", ReturnType = typeof(void))]
956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMap), Member = "DrawMap", ReturnType = typeof(void))]
957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerChat), Member = "DrawNotification", ReturnType = typeof(void))]
958 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUINPCDialogue), Member = "Draw", ReturnType = typeof(void))]
959 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPageIcons), Member = "DrawLeftMenuButton", ReturnType = typeof(void))]
960 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPVPIcons), Member = "Draw", ReturnType = typeof(void))]
961 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIReforgePopup), Member = "Draw", ReturnType = typeof(void))]
962 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIRubbleMaker), Member = "DrawOverlay", ReturnType = typeof(void))]
963 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISettings), Member = "Draw", ReturnType = typeof(bool))]
964 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIVirtualInputController), Member = "AddInteractBanner", MemberParameters = new object[]
965 {
966 typeof(Player),
967 typeof(Item)
968 }, ReturnType = typeof(void))]
969 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIVirtualInputController), Member = "Update", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
970 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWiresUI), Member = "DrawOverlay", ReturnType = typeof(void))]
971 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIKeyboardMappings), Member = "DrawCategories", ReturnType = typeof(void))]
972 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(InterfaceProfile_Layout), Member = "LeftRightPageController", ReturnType = typeof(void))]
973 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInterfaceEdit), Member = "Draw", ReturnType = typeof(void))]
974 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMainMenu), Member = "Draw", ReturnType = typeof(void))]
975 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerHost), Member = "DrawOpenInviteOnly", ReturnType = typeof(void))]
976 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerHost), Member = "DrawPassword", ReturnType = typeof(void))]
977 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerJoin), Member = "DrawServerIP", ReturnType = typeof(void))]
978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerJoin), Member = "DrawServerPort", ReturnType = typeof(void))]
979 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerLobby), Member = "DrawCategoryButtons", ReturnType = typeof(void))]
980 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPlayerCreateMenu), Member = "Draw", ReturnType = typeof(void))]
981 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPlayerCreateMenu), Member = "DrawCategoryButtons", ReturnType = typeof(void))]
982 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISettingsOverlay), Member = "DrawCategories", ReturnType = typeof(void))]
983 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIVirtualInputControllerEdit), Member = "UpdateInterfaceMovement", ReturnType = typeof(void))]
984 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIWorldCreateMenu), Member = "Draw", ReturnType = typeof(void))]
985 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUILinkButtonSetting), Member = "Draw", ReturnType = typeof(void))]
986 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIOpenUIButtonSetting), Member = "Draw", ReturnType = typeof(void))]
987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPulldownSetting), Member = "Draw", ReturnType = typeof(void))]
988 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIToggleSetting), Member = "Draw", ReturnType = typeof(void))]
989 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 100)]
990 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
991 {
994 typeof(string),
998 typeof(bool)
999 }, ReturnType = typeof(void))]
1001 {
1002 throw null;
1003 }
1004
1005 [global::Cpp2ILInjected.Token(Token = "0x60007FF")]
1006 [global::Cpp2ILInjected.Address(RVA = "0x13F1238", Offset = "0x13F1238", Length = "0xE8")]
1007 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUITransactionButton), Member = "DrawWithBanner", MemberParameters = new object[]
1008 {
1012 typeof(Item),
1013 typeof(string),
1014 typeof(bool),
1015 typeof(ref float),
1016 typeof(bool),
1017 typeof(bool),
1018 typeof(bool),
1019 typeof(bool),
1020 typeof(bool),
1021 typeof(bool)
1022 }, ReturnType = typeof(GUITransactionButton.InputState))]
1023 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUITransactionButton), Member = "HandleControllerAction", MemberParameters = new object[]
1024 {
1027 typeof(string),
1028 typeof(bool),
1029 typeof(bool),
1030 typeof(bool)
1031 }, ReturnType = typeof(GUITransactionButton.InputState))]
1032 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBestiary), Member = "DrawOrders", ReturnType = typeof(void))]
1033 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIBuffs), Member = "UpdateBuffNavigation", ReturnType = typeof(void))]
1034 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInventorySplitStack), Member = "Draw", ReturnType = typeof(void))]
1035 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMap), Member = "DrawMap", ReturnType = typeof(void))]
1036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerChat), Member = "DrawNotification", ReturnType = typeof(void))]
1037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMultiplayerChat), Member = "Draw", ReturnType = typeof(void))]
1038 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIResearch), Member = "DrawInventoryResearchBinding", ReturnType = typeof(void))]
1039 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIResearch), Member = "DrawInventoryResearchButton", ReturnType = typeof(void))]
1040 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIVirtualInputController), Member = "AddInteractBanner", MemberParameters = new object[]
1041 {
1042 typeof(Player),
1043 typeof(Item)
1044 }, ReturnType = typeof(void))]
1045 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIVirtualInputController), Member = "Update", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
1046 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPlayerCreateMenu), Member = "DrawMenuButton", MemberParameters = new object[]
1047 {
1049 typeof(string),
1051 typeof(ref float),
1052 typeof(bool)
1053 }, ReturnType = typeof(bool))]
1054 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 30)]
1055 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "Frame", MemberParameters = new object[]
1056 {
1058 typeof(int),
1059 typeof(int),
1060 typeof(int),
1061 typeof(int),
1062 typeof(int),
1063 typeof(int)
1064 }, ReturnType = typeof(Rectangle))]
1065 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
1066 {
1069 typeof(string),
1073 typeof(bool)
1074 }, ReturnType = typeof(void))]
1075 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1080
1081 [global::Cpp2ILInjected.Token(Token = "0x6000800")]
1082 [global::Cpp2ILInjected.Address(RVA = "0x13F0D4C", Offset = "0x13F0D4C", Length = "0x4EC")]
1083 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1084 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIClothesWindow), Member = "DrawCategoryButtons", ReturnType = typeof(void))]
1085 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUICoins), Member = "ItemOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
1086 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "DrawControlsBanner", MemberParameters = new object[] { typeof(GUIControlsBanner.ActionSource) }, ReturnType = typeof(void))]
1087 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
1088 {
1091 typeof(string)
1092 }, ReturnType = typeof(void))]
1093 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
1094 {
1097 typeof(string),
1100 typeof(bool)
1101 }, ReturnType = typeof(void))]
1102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
1103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
1104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
1105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
1106 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
1107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "RequiredStateValid", MemberParameters = new object[] { typeof(ControllerDevice) }, ReturnType = typeof(bool))]
1108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner.Action), Member = ".ctor", MemberParameters = new object[]
1109 {
1112 typeof(string),
1116 typeof(bool),
1117 typeof(int)
1118 }, ReturnType = typeof(void))]
1119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
1124
1125 [global::Cpp2ILInjected.Token(Token = "0x6000801")]
1126 [global::Cpp2ILInjected.Address(RVA = "0x13F1568", Offset = "0x13F1568", Length = "0x128")]
1127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInstance), Member = ".ctor", ReturnType = typeof(void))]
1128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
1130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1131 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
1133 {
1134 throw null;
1135 }
1136
1137 [global::Cpp2ILInjected.Token(Token = "0x400067F")]
1138 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1140
1141 [global::Cpp2ILInjected.Token(Token = "0x4000680")]
1142 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
1144
1145 [global::Cpp2ILInjected.Token(Token = "0x4000681")]
1146 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
1147 private bool[] MoreLeftStateActions;
1148
1149 [global::Cpp2ILInjected.Token(Token = "0x4000682")]
1150 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
1152
1153 [global::Cpp2ILInjected.Token(Token = "0x4000683")]
1154 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
1156
1157 [global::Cpp2ILInjected.Token(Token = "0x4000684")]
1158 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
1160
1161 [global::Cpp2ILInjected.Token(Token = "0x4000685")]
1162 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
1164
1165 [global::Cpp2ILInjected.Token(Token = "0x4000686")]
1166 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
1168
1169 [global::Cpp2ILInjected.Token(Token = "0x4000687")]
1170 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
1171 private bool MoreLeftActions;
1172
1173 [global::Cpp2ILInjected.Token(Token = "0x4000688")]
1174 [global::Cpp2ILInjected.FieldOffset(Offset = "0x51")]
1175 private bool MoreRightActions;
1176
1177 [global::Cpp2ILInjected.Token(Token = "0x4000689")]
1178 [global::Cpp2ILInjected.FieldOffset(Offset = "0x52")]
1179 public bool ShowBanner;
1180
1181 [global::Cpp2ILInjected.Token(Token = "0x400068A")]
1182 [global::Cpp2ILInjected.FieldOffset(Offset = "0x53")]
1184
1185 [global::Cpp2ILInjected.Token(Token = "0x400068B")]
1186 [global::Cpp2ILInjected.FieldOffset(Offset = "0x54")]
1187 private bool secondLine;
1188
1189 [global::Cpp2ILInjected.Token(Token = "0x400068C")]
1190 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
1192
1193 [global::Cpp2ILInjected.Token(Token = "0x400068D")]
1194 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
1196
1197 [global::Cpp2ILInjected.Token(Token = "0x400068E")]
1198 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
1200
1201 [global::Cpp2ILInjected.Token(Token = "0x400068F")]
1202 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
1204
1205 [global::Cpp2ILInjected.Token(Token = "0x4000690")]
1206 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
1208
1209 [global::Cpp2ILInjected.Token(Token = "0x4000691")]
1210 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
1212
1213 [global::Cpp2ILInjected.Token(Token = "0x4000692")]
1214 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
1215 private float ScaleLB;
1216
1217 [global::Cpp2ILInjected.Token(Token = "0x4000693")]
1218 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
1220
1221 [global::Cpp2ILInjected.Token(Token = "0x4000694")]
1222 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
1224
1225 [global::Cpp2ILInjected.Token(Token = "0x4000695")]
1226 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB0")]
1227 private float ScaleRB;
1228
1229 [global::Cpp2ILInjected.Token(Token = "0x4000696")]
1230 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
1232
1233 [global::Cpp2ILInjected.Token(Token = "0x4000697")]
1234 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
1236
1237 [global::Cpp2ILInjected.Token(Token = "0x4000698")]
1238 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
1240
1241 [global::Cpp2ILInjected.Token(Token = "0x4000699")]
1242 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD0")]
1244
1245 [global::Cpp2ILInjected.Token(Token = "0x400069A")]
1246 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD8")]
1247 private int itemsDrawing;
1248
1249 [global::Cpp2ILInjected.Token(Token = "0x400069B")]
1250 [global::Cpp2ILInjected.FieldOffset(Offset = "0xDC")]
1251 private float leftMoreScale;
1252
1253 [global::Cpp2ILInjected.Token(Token = "0x400069C")]
1254 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE0")]
1255 private float rightMoreScale;
1256
1257 [global::Cpp2ILInjected.Token(Token = "0x2000130")]
1258 public enum ActionSource
1259 {
1260 [global::Cpp2ILInjected.Token(Token = "0x400069E")]
1261 MainMenu,
1262 [global::Cpp2ILInjected.Token(Token = "0x400069F")]
1263 World,
1264 [global::Cpp2ILInjected.Token(Token = "0x40006A0")]
1266 [global::Cpp2ILInjected.Token(Token = "0x40006A1")]
1268 [global::Cpp2ILInjected.Token(Token = "0x40006A2")]
1270 [global::Cpp2ILInjected.Token(Token = "0x40006A3")]
1271 Dresser,
1272 [global::Cpp2ILInjected.Token(Token = "0x40006A4")]
1274 [global::Cpp2ILInjected.Token(Token = "0x40006A5")]
1275 Map,
1276 [global::Cpp2ILInjected.Token(Token = "0x40006A6")]
1277 Count
1278 }
1279
1280 [global::Cpp2ILInjected.Token(Token = "0x2000131")]
1281 public class Action
1282 {
1283 [global::Cpp2ILInjected.Token(Token = "0x6000802")]
1284 [global::Cpp2ILInjected.Address(RVA = "0x13F0C54", Offset = "0x13F0C54", Length = "0xF8")]
1285 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
1287 {
1290 typeof(string),
1294 typeof(bool)
1295 }, ReturnType = typeof(void))]
1296 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1297 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
1299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
1300 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_MappedX", ReturnType = typeof(ControllerActionAxis))]
1301 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionAxis.Entry))]
1302 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1307
1308 [global::Cpp2ILInjected.Token(Token = "0x6000803")]
1309 [global::Cpp2ILInjected.Address(RVA = "0x13F1320", Offset = "0x13F1320", Length = "0x248")]
1310 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
1312 {
1315 typeof(string),
1319 typeof(bool)
1320 }, ReturnType = typeof(void))]
1321 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
1322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
1324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
1325 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
1326 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
1331
1332 [global::Cpp2ILInjected.Token(Token = "0x40006A7")]
1334
1335 [global::Cpp2ILInjected.Token(Token = "0x40006A8")]
1336 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1338
1339 [global::Cpp2ILInjected.Token(Token = "0x40006A9")]
1340 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
1342
1343 [global::Cpp2ILInjected.Token(Token = "0x40006AA")]
1344 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
1346
1347 [global::Cpp2ILInjected.Token(Token = "0x40006AB")]
1348 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
1350
1351 [global::Cpp2ILInjected.Token(Token = "0x40006AC")]
1352 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
1354
1355 [global::Cpp2ILInjected.Token(Token = "0x40006AD")]
1356 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
1357 public string Name;
1358
1359 [global::Cpp2ILInjected.Token(Token = "0x40006AE")]
1360 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
1361 public int InputPriority;
1362
1363 [global::Cpp2ILInjected.Token(Token = "0x40006AF")]
1364 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4C")]
1365 public bool Disabled;
1366
1367 [global::Cpp2ILInjected.Token(Token = "0x40006B0")]
1368 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
1370
1371 [global::Cpp2ILInjected.Token(Token = "0x2000132")]
1373 {
1374 [global::Cpp2ILInjected.Token(Token = "0x40006B2")]
1376 [global::Cpp2ILInjected.Token(Token = "0x40006B3")]
1378 [global::Cpp2ILInjected.Token(Token = "0x40006B4")]
1379 DPadDown,
1380 [global::Cpp2ILInjected.Token(Token = "0x40006B5")]
1381 DPadUp,
1382 [global::Cpp2ILInjected.Token(Token = "0x40006B6")]
1383 DPadLeft,
1384 [global::Cpp2ILInjected.Token(Token = "0x40006B7")]
1385 DPadRight,
1386 [global::Cpp2ILInjected.Token(Token = "0x40006B8")]
1387 LSDown,
1388 [global::Cpp2ILInjected.Token(Token = "0x40006B9")]
1389 LSUp,
1390 [global::Cpp2ILInjected.Token(Token = "0x40006BA")]
1391 LSLeft,
1392 [global::Cpp2ILInjected.Token(Token = "0x40006BB")]
1393 LSRight,
1394 [global::Cpp2ILInjected.Token(Token = "0x40006BC")]
1395 LSClick,
1396 [global::Cpp2ILInjected.Token(Token = "0x40006BD")]
1397 ViewButton,
1398 [global::Cpp2ILInjected.Token(Token = "0x40006BE")]
1399 LeftMore,
1400 [global::Cpp2ILInjected.Token(Token = "0x40006BF")]
1402 [global::Cpp2ILInjected.Token(Token = "0x40006C0")]
1404 [global::Cpp2ILInjected.Token(Token = "0x40006C1")]
1405 Action2,
1406 [global::Cpp2ILInjected.Token(Token = "0x40006C2")]
1407 Action4,
1408 [global::Cpp2ILInjected.Token(Token = "0x40006C3")]
1409 Action3,
1410 [global::Cpp2ILInjected.Token(Token = "0x40006C4")]
1411 Action1,
1412 [global::Cpp2ILInjected.Token(Token = "0x40006C5")]
1413 RSDown,
1414 [global::Cpp2ILInjected.Token(Token = "0x40006C6")]
1415 RSUp,
1416 [global::Cpp2ILInjected.Token(Token = "0x40006C7")]
1417 RSLeft,
1418 [global::Cpp2ILInjected.Token(Token = "0x40006C8")]
1419 RSRight,
1420 [global::Cpp2ILInjected.Token(Token = "0x40006C9")]
1421 RSClick,
1422 [global::Cpp2ILInjected.Token(Token = "0x40006CA")]
1423 Settings,
1424 [global::Cpp2ILInjected.Token(Token = "0x40006CB")]
1425 RightMore
1426 }
1427 }
1428
1429 [global::Cpp2ILInjected.Token(Token = "0x2000133")]
1430 private class ActionGroup
1431 {
1432 [global::Cpp2ILInjected.Token(Token = "0x6000804")]
1433 [global::Cpp2ILInjected.Address(RVA = "0x13F1690", Offset = "0x13F1690", Length = "0x8")]
1434 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1435 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1437 {
1438 throw null;
1439 }
1440
1441 [global::Cpp2ILInjected.Token(Token = "0x40006CC")]
1442 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
1444
1445 [global::Cpp2ILInjected.Token(Token = "0x40006CD")]
1446 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
1448
1449 [global::Cpp2ILInjected.Token(Token = "0x40006CE")]
1450 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
1452
1453 [global::Cpp2ILInjected.Token(Token = "0x40006CF")]
1454 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
1456
1457 [global::Cpp2ILInjected.Token(Token = "0x40006D0")]
1458 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
1459 public float ScaleUp;
1460
1461 [global::Cpp2ILInjected.Token(Token = "0x40006D1")]
1462 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
1463 public float ScaleDown;
1464
1465 [global::Cpp2ILInjected.Token(Token = "0x40006D2")]
1466 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
1467 public float ScaleLeft;
1468
1469 [global::Cpp2ILInjected.Token(Token = "0x40006D3")]
1470 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
1471 public float ScaleRight;
1472 }
1473
1475 [global::Cpp2ILInjected.Token(Token = "0x2000134")]
1476 [Serializable]
1477 private sealed class <>c
1478 {
1479 // Note: this type is marked as 'beforefieldinit'.
1480 [global::Cpp2ILInjected.Token(Token = "0x6000805")]
1481 [global::Cpp2ILInjected.Address(RVA = "0x13F1698", Offset = "0x13F1698", Length = "0x5C")]
1482 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1483 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1484 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1485 static <>c()
1486 {
1487 throw null;
1488 }
1489
1490 [global::Cpp2ILInjected.Token(Token = "0x6000806")]
1491 [global::Cpp2ILInjected.Address(RVA = "0x13F16F4", Offset = "0x13F16F4", Length = "0x8")]
1492 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1493 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1494 public <>c()
1495 {
1496 throw null;
1497 }
1498
1499 [global::Cpp2ILInjected.Token(Token = "0x6000807")]
1500 [global::Cpp2ILInjected.Address(RVA = "0x13F16FC", Offset = "0x13F16FC", Length = "0x14")]
1501 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1502 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1504 {
1505 throw null;
1506 }
1507
1508 [global::Cpp2ILInjected.Token(Token = "0x6000808")]
1509 [global::Cpp2ILInjected.Address(RVA = "0x13F1710", Offset = "0x13F1710", Length = "0x14")]
1510 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1511 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1513 {
1514 throw null;
1515 }
1516
1517 [global::Cpp2ILInjected.Token(Token = "0x40006D4")]
1518 public static readonly GUIControlsBanner.<>c <>9;
1519
1520 [global::Cpp2ILInjected.Token(Token = "0x40006D5")]
1521 public static Comparison<GUIControlsBanner.Action> <>9__48_0;
1522
1523 [global::Cpp2ILInjected.Token(Token = "0x40006D6")]
1524 public static Comparison<GUIControlsBanner.Action> <>9__49_0;
1525 }
1526}
class f__AnonymousType0<< Count > j__TPar
GUIControlsBanner.Action ActionLeft
GUIControlsBanner.Action ActionDown
GUIControlsBanner.Action ActionRight
GUIControlsBanner.Action ActionUp
Action(GUIControlsBanner.ActionSource source, ControllerActionButton action, string name, Microsoft.Xna.Framework.Graphics.Texture2D itemTexture, Rectangle srcRegion, TransactionButton_Layout styleSource, bool disabled, int displayPriorityOffset)
TransactionButton_Layout ActionStyle
Microsoft.Xna.Framework.Graphics.Texture2D ActionTexture
ControllerActionVector Axis
Action(GUIControlsBanner.ActionSource source, ControllerActionVector action, string name, Microsoft.Xna.Framework.Graphics.Texture2D itemTexture, Rectangle srcRegion, TransactionButton_Layout style, bool disabled, int displayPriorityOffset)
ControllerActionButton Button
const GUIControlsBanner.Action.ControlPriority MinRightControl
GUIControlsBanner.Action LTAction
bool AddAction(GUIControlsBanner.Action action, int maxWidth)
void AddAction(GUIControlsBanner.ActionSource source, ControllerActionVector action, string label, Microsoft.Xna.Framework.Graphics.Texture2D itemTexture, Rectangle srcRegion, TransactionButton_Layout styleSource, bool disabled)
GUIControlsBanner.Action LBAction
GUIControlsBanner.ActionGroup ButtonActions
GUIControlsBanner.Action RBAction
List< GUIControlsBanner.Action > currentActions
bool AddMore(int maxWidth)
void AddAction(GUIControlsBanner.ActionSource source, ControllerActionButton action, string label)
int SortActionByDisplayPriority(GUIControlsBanner.Action x, GUIControlsBanner.Action y)
void ItemDraw(ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale)
void DrawControl(TransactionButton_Layout layout, ControlsBanner_Layout.ControlGroupingPosition position, Microsoft.Xna.Framework.Vector2 offset, GUIControlsBanner.Action action, ref float scale)
GUIControlsBanner.ActionGroup LSActions
void ItemRightDraw(ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale)
Microsoft.Xna.Framework.Vector2 itemSize
List< GUIControlsBanner.Action > RightActions
List< GUIControlsBanner.Action >[] sourceActions
static GUIControllerInputButton.AxisControl FromAxis(Axis axis, float threshold)
float ItemScale(int index)
Microsoft.Xna.Framework.Vector2 ItemSize(int index)
void LoadControlPosition(TransactionButton_Layout layout, ControlsBanner_Layout.ControlGroupingPosition position, Microsoft.Xna.Framework.Vector2 offset)
GUIControlsBanner.Action RTAction
static GUIControllerInputButton.LinkedControlType FromButton(Buttons button)
void ItemOver(int index)
GUIControlsBanner.ActionGroup RSActions
TransactionButton_Layout ActionStyleMultiple
string GetControlTag(ControllerActionVector action)
Rectangle ItemRightTextRegion(int index)
void AddAction(GUIControlsBanner.ActionSource source, ControllerActionButton action, string label, Microsoft.Xna.Framework.Graphics.Texture2D itemTexture, Rectangle srcRegion, TransactionButton_Layout styleSource, bool disabled)
void AddAction(GUIControlsBanner.ActionSource source, ControllerActionVector action, string label)
void AddAction(GUIControlsBanner.ActionSource source, ControllerActionButton action, string label, Microsoft.Xna.Framework.Graphics.Texture2D itemTexture, TransactionButton_Layout styleSource, bool disabled)
TransactionButton_Layout ActionStyle
void DrawControlsBanner(GUIControlsBanner.ActionSource source)
GUIControlsBanner.ActionGroup DPadActions
List< GUIControlsBanner.Action > AllActions
string GetControlTag(ControllerActionButton action)
Microsoft.Xna.Framework.Vector2 GetControlPoint(ControlsBanner_Layout.ControlGroupingPosition layoutItem)
void AddAction(GUIControlsBanner.ActionSource source, ControllerActionVector action, string label, Microsoft.Xna.Framework.Graphics.Texture2D itemTexture, TransactionButton_Layout styleSource, bool disabled)
List< GUIControlsBanner.Action > LeftActions
delegate void CursorOver(int itemIndex)
delegate void DrawItemHandler(ItemGrid_Layout gridLayout, int itemIndex, Vector2 position, float scale)
delegate float GetItemScaleHandler(int itemIndex)
delegate Vector2 GetItemSizeHandler(int itemIndex)