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
GUIControllerMappings.cs
Go to the documentation of this file.
1using System;
4using Controller;
10using Terraria;
11using Terraria.Audio;
12using Terraria.IO;
14using UnityEngine;
15
16[global::Cpp2ILInjected.Token(Token = "0x2000075")]
18{
19 [global::Cpp2ILInjected.Token(Token = "0x6000289")]
20 [global::Cpp2ILInjected.Address(RVA = "0x713D50", Offset = "0x713D50", Length = "0x24")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "ClearMappings", ReturnType = typeof(void))]
23 public void ClearMappingStates()
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x600028A")]
29 [global::Cpp2ILInjected.Address(RVA = "0x713D74", Offset = "0x713D74", Length = "0x2D0")]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "Clear", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "Clear", ReturnType = typeof(void))]
34 private void ClearWorldMappings()
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x600028B")]
40 [global::Cpp2ILInjected.Address(RVA = "0x714044", Offset = "0x714044", Length = "0x1E0")]
41 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "Clear", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "Clear", ReturnType = typeof(void))]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x600028C")]
51 [global::Cpp2ILInjected.Address(RVA = "0x714224", Offset = "0x714224", Length = "0xE4")]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIOpenUIButtonSetting), Member = "OpenUI", ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "Backup", ReturnType = typeof(void))]
55 public void Backup()
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x600028D")]
61 [global::Cpp2ILInjected.Address(RVA = "0x715304", Offset = "0x715304", Length = "0xE0")]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "DrawMainButtons", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISettings), Member = "ShutdownUI", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "RestoreBackup", ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
67 public void RestoreBackup()
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x600028E")]
73 [global::Cpp2ILInjected.Address(RVA = "0x7153E4", Offset = "0x7153E4", Length = "0xC4")]
74 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
75 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "DrawMainButtons", ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
78 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "RemoveBinding", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
81 public void ClearMapping()
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x600028F")]
87 [global::Cpp2ILInjected.Address(RVA = "0x713748", Offset = "0x713748", Length = "0xA0")]
88 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerPulldownEntry), Member = "RegisterOverlay", MemberParameters = new object[]
91 {
94 }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x6000290")]
103 [global::Cpp2ILInjected.Address(RVA = "0x7154A8", Offset = "0x7154A8", Length = "0x2CC")]
104 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
105 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISettingsOverlay), Member = "Draw", ReturnType = typeof(void))]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerNavigationController), Member = "set_CurrentNavigationItem", MemberParameters = new object[] { typeof(GUIControllerItem) }, ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerNavigationController), Member = "UpdateCursorPosition", ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyboardInput), Member = "GetKeyUp", MemberParameters = new object[] { typeof(KeyCode) }, ReturnType = typeof(bool))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIKeyboardMappings), Member = "DisableEscapeKeyUsage", ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "GainFocus", ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "DrawBacking", ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "DrawCategoryOptions", ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "DrawTitle", ReturnType = typeof(void))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "End", ReturnType = typeof(void))]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SpriteBatch), Member = "Begin", MemberParameters = new object[]
117 {
123 typeof(Effect),
124 typeof(Matrix?),
125 typeof(bool)
126 }, ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "DrawCategories", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "DrawMainButtons", ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetGridItemRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
130 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
131 public void Draw()
132 {
133 throw null;
134 }
135
136 [global::Cpp2ILInjected.Token(Token = "0x6000291")]
137 [global::Cpp2ILInjected.Address(RVA = "0x716B20", Offset = "0x716B20", Length = "0x6C")]
138 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "IsOverCategories", MemberParameters = new object[] { typeof(Microsoft.Xna.Framework.Vector2) }, ReturnType = typeof(bool))]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
140 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionManager), Member = "UnregisterPickingInterceptor", MemberParameters = new object[] { typeof(GUIInputRegionExclusive) }, ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
142 public void LooseFocus()
143 {
144 throw null;
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x6000292")]
148 [global::Cpp2ILInjected.Address(RVA = "0x715780", Offset = "0x715780", Length = "0xB4")]
149 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "Draw", ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionExclusive.IsOverHandler), Member = ".ctor", MemberParameters = new object[]
152 {
153 typeof(object),
154 typeof(IntPtr)
155 }, ReturnType = typeof(void))]
156 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionManager), Member = "RegisterPickingInterceptor", MemberParameters = new object[] { typeof(GUIInputRegionExclusive.IsOverHandler) }, ReturnType = typeof(GUIInputRegionExclusive))]
157 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
158 private void GainFocus()
159 {
160 throw null;
161 }
162
163 [global::Cpp2ILInjected.Token(Token = "0x6000293")]
164 [global::Cpp2ILInjected.Address(RVA = "0x716B8C", Offset = "0x716B8C", Length = "0x150")]
165 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
166 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Region", MemberParameters = new object[] { typeof(Panel_Layout) }, ReturnType = typeof(Rectangle))]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "get_Bottom", ReturnType = typeof(int))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Point), Member = ".ctor", MemberParameters = new object[]
170 {
171 typeof(int),
172 typeof(int)
173 }, ReturnType = typeof(void))]
174 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "Contains", MemberParameters = new object[] { typeof(Point) }, ReturnType = typeof(bool))]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "LooseFocus", ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x6000294")]
183 [global::Cpp2ILInjected.Address(RVA = "0x715EA0", Offset = "0x715EA0", Length = "0x7A0")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "Draw", ReturnType = typeof(void))]
186 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "AddAction", MemberParameters = new object[]
188 {
191 typeof(string)
192 }, ReturnType = typeof(void))]
193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Draw", MemberParameters = new object[]
194 {
196 typeof(bool),
200 }, ReturnType = typeof(void))]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_mouseLeft", ReturnType = typeof(bool))]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_mouseLeftRelease", ReturnType = typeof(bool))]
203 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array[]), Member = "IndexOf", MemberTypeParameters = new object[] { "System.Int32Enum" }, MemberParameters = new object[]
204 {
205 typeof(Int32Enum[]),
206 "System.Int32Enum"
207 }, ReturnType = typeof(int))]
208 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerNavigationController), Member = "NextPagePressed", ReturnType = typeof(bool))]
209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
210 {
211 typeof(int),
212 typeof(int),
213 typeof(int),
214 typeof(int),
215 typeof(float),
216 typeof(float)
217 }, ReturnType = typeof(SoundEffectInstance))]
218 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "SetCategory", MemberParameters = new object[] { typeof(ControllerMappingsCategories_Layout.Category) }, ReturnType = typeof(void))]
219 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingOverlay), Member = "UpdateScroll", ReturnType = typeof(void))]
220 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerNavigationController), Member = "PreviousPagePressed", ReturnType = typeof(bool))]
221 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
222 {
224 typeof(Item),
225 typeof(string),
226 typeof(bool),
227 typeof(ref float),
228 typeof(bool),
229 typeof(bool),
230 typeof(bool),
231 typeof(bool)
232 }, ReturnType = typeof(GUITransactionButton.InputState))]
233 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Time), Member = "get_deltaTime", ReturnType = typeof(float))]
234 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
235 private void DrawCategories()
236 {
237 throw null;
238 }
239
240 [global::Cpp2ILInjected.Token(Token = "0x6000295")]
241 [global::Cpp2ILInjected.Address(RVA = "0x715774", Offset = "0x715774", Length = "0xC")]
242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISettingsOverlay), Member = "Shutdown", ReturnType = typeof(void))]
243 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
244 public void Close()
245 {
246 throw null;
247 }
248
249 [global::Cpp2ILInjected.Token(Token = "0x6000296")]
250 [global::Cpp2ILInjected.Address(RVA = "0x716640", Offset = "0x716640", Length = "0x4E0")]
251 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "Draw", ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_mouseLeft", ReturnType = typeof(bool))]
255 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_mouseLeftRelease", ReturnType = typeof(bool))]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "DrawWithBanner", MemberParameters = new object[]
257 {
261 typeof(Item),
262 typeof(string),
263 typeof(bool),
264 typeof(ref float),
265 typeof(bool),
266 typeof(bool),
267 typeof(bool),
268 typeof(bool),
269 typeof(bool),
270 typeof(bool)
271 }, ReturnType = typeof(GUITransactionButton.InputState))]
272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "set_mouseLeftRelease", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
274 {
275 typeof(int),
276 typeof(int),
277 typeof(int),
278 typeof(int),
279 typeof(float),
280 typeof(float)
281 }, ReturnType = typeof(SoundEffectInstance))]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "RestoreBackup", ReturnType = typeof(void))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_AnyControllerConnected", ReturnType = typeof(bool))]
284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
285 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "get_HasMapping", ReturnType = typeof(bool))]
286 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "ClearMapping", ReturnType = typeof(void))]
287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "RefreshConfigurationState", ReturnType = typeof(void))]
288 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
289 private void DrawMainButtons()
290 {
291 throw null;
292 }
293
294 [global::Cpp2ILInjected.Token(Token = "0x6000297")]
295 [global::Cpp2ILInjected.Address(RVA = "0x715AE0", Offset = "0x715AE0", Length = "0x3C0")]
296 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
297 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "Draw", ReturnType = typeof(void))]
298 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetTextValue", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
300 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
301 {
302 typeof(Array),
304 }, ReturnType = typeof(void))]
305 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "TrimEnd", MemberParameters = new object[] { typeof(char[]) }, ReturnType = typeof(string))]
306 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIStringButton), Member = "DrawButton", MemberParameters = new object[]
307 {
309 typeof(string),
310 typeof(ref float),
311 typeof(bool),
312 typeof(bool)
313 }, ReturnType = typeof(bool))]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
315 {
319 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Division", MemberParameters = new object[]
321 {
323 typeof(float)
324 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
325 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = "op_Subtraction", MemberParameters = new object[]
326 {
329 }, ReturnType = typeof(Microsoft.Xna.Framework.Vector2))]
330 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionManager), Member = "RegisterInputRegion", MemberParameters = new object[]
331 {
332 typeof(int),
333 typeof(int),
334 typeof(int),
335 typeof(int)
336 }, ReturnType = typeof(bool))]
337 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
338 private void DrawTitle()
339 {
340 throw null;
341 }
342
343 [global::Cpp2ILInjected.Token(Token = "0x6000298")]
344 [global::Cpp2ILInjected.Address(RVA = "0x715834", Offset = "0x715834", Length = "0x98")]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "Draw", ReturnType = typeof(void))]
346 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Draw", MemberParameters = new object[]
348 {
350 typeof(bool),
354 }, ReturnType = typeof(void))]
355 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
356 private void DrawBacking()
357 {
358 throw null;
359 }
360
361 [global::Cpp2ILInjected.Token(Token = "0x6000299")]
362 [global::Cpp2ILInjected.Address(RVA = "0x7158CC", Offset = "0x7158CC", Length = "0x214")]
363 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
364 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "Draw", ReturnType = typeof(void))]
365 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
366 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.GetItemScaleHandler), Member = ".ctor", MemberParameters = new object[]
367 {
368 typeof(object),
369 typeof(IntPtr)
370 }, ReturnType = typeof(void))]
371 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.CursorOver), Member = ".ctor", MemberParameters = new object[]
372 {
373 typeof(object),
374 typeof(IntPtr)
375 }, ReturnType = typeof(void))]
376 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.DrawItemHandler), Member = ".ctor", MemberParameters = new object[]
377 {
378 typeof(object),
379 typeof(IntPtr)
380 }, ReturnType = typeof(void))]
381 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIItemGrid.GetItemSizeHandler), Member = ".ctor", MemberParameters = new object[]
382 {
383 typeof(object),
384 typeof(IntPtr)
385 }, ReturnType = typeof(void))]
386 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIDraggableItemGrid), Member = "Draw", MemberParameters = new object[]
387 {
392 typeof(int),
393 typeof(ref float),
394 typeof(ref float),
395 typeof(ref int),
398 typeof(bool),
399 typeof(bool),
400 typeof(bool)
401 }, ReturnType = typeof(void))]
402 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
403 private void DrawCategoryOptions()
404 {
405 throw null;
406 }
407
408 [global::Cpp2ILInjected.Token(Token = "0x600029A")]
409 [global::Cpp2ILInjected.Address(RVA = "0x716CE4", Offset = "0x716CE4", Length = "0x8")]
410 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
411 private float SettingScale(int index)
412 {
413 throw null;
414 }
415
416 [global::Cpp2ILInjected.Token(Token = "0x600029B")]
417 [global::Cpp2ILInjected.Address(RVA = "0x716CEC", Offset = "0x716CEC", Length = "0x4")]
418 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
419 private void SettingOver(int index)
420 {
421 throw null;
422 }
423
424 [global::Cpp2ILInjected.Token(Token = "0x600029C")]
425 [global::Cpp2ILInjected.Address(RVA = "0x716CF0", Offset = "0x716CF0", Length = "0x124")]
426 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
427 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
428 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
429 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
430 {
431 typeof(int),
432 typeof(int),
433 typeof(int),
434 typeof(int)
435 }, ReturnType = typeof(void))]
436 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "SetGridItemRegion", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
437 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
438 private void SettingDraw(ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale)
439 {
440 throw null;
441 }
442
443 [global::Cpp2ILInjected.Token(Token = "0x600029D")]
444 [global::Cpp2ILInjected.Address(RVA = "0x716E14", Offset = "0x716E14", Length = "0xB4")]
445 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
446 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
448 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Microsoft.Xna.Framework.Vector2), Member = ".ctor", MemberParameters = new object[]
449 {
450 typeof(float),
451 typeof(float)
452 }, ReturnType = typeof(void))]
453 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
455 {
456 throw null;
457 }
458
459 [global::Cpp2ILInjected.Token(Token = "0x600029E")]
460 [global::Cpp2ILInjected.Address(RVA = "0x714308", Offset = "0x714308", Length = "0xFFC")]
461 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
462 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "DrawCategories", ReturnType = typeof(void))]
463 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 12)]
464 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
465 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
466 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = ".ctor", MemberParameters = new object[]
467 {
470 }, ReturnType = typeof(void))]
471 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
472 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = ".ctor", MemberParameters = new object[]
473 {
476 }, ReturnType = typeof(void))]
477 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
478 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clear", MemberParameters = new object[]
479 {
480 typeof(Array),
481 typeof(int),
482 typeof(int)
483 }, ReturnType = typeof(void))]
484 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Comparison<object>), Member = ".ctor", MemberParameters = new object[]
485 {
486 typeof(object),
488 }, ReturnType = typeof(void))]
489 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Sort", MemberParameters = new object[] { typeof(Comparison<object>) }, ReturnType = typeof(void))]
490 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 62)]
492 {
493 throw null;
494 }
495
496 [global::Cpp2ILInjected.Token(Token = "0x600029F")]
497 [global::Cpp2ILInjected.Address(RVA = "0x7138D8", Offset = "0x7138D8", Length = "0x318")]
498 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
499 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
500 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "DrawMainButtons", ReturnType = typeof(void))]
501 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadConfiguration", MemberParameters = new object[]
502 {
504 typeof(bool)
505 }, ReturnType = typeof(void))]
506 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
507 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
508 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsSame", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(bool))]
509 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
511 {
512 throw null;
513 }
514
515 [global::Cpp2ILInjected.Token(Token = "0x60002A0")]
516 [global::Cpp2ILInjected.Address(RVA = "0x716EC8", Offset = "0x716EC8", Length = "0x78")]
517 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
518 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadConfiguration", MemberParameters = new object[]
519 {
521 typeof(bool)
522 }, ReturnType = typeof(void))]
523 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "LoadSettings", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
524 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
525 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Preferences[]), Member = "Get", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
526 {
527 typeof(string),
528 typeof(int)
529 }, ReturnType = "T")]
530 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
535
536 [global::Cpp2ILInjected.Token(Token = "0x60002A1")]
537 [global::Cpp2ILInjected.Address(RVA = "0x716F40", Offset = "0x716F40", Length = "0x5C8")]
538 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "LoadSettings", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
539 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Preferences[]), Member = "Get", MemberTypeParameters = new object[] { typeof(float) }, MemberParameters = new object[]
541 {
542 typeof(string),
543 typeof(float)
544 }, ReturnType = "T")]
545 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "GetMode", MemberParameters = new object[]
546 {
548 typeof(string),
551 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Preferences), Member = "Get", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
552 {
553 typeof(string),
554 "T"
555 }, ReturnType = "T")]
556 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerDevice), Member = "set_SwapBumpersTriggers", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
557 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "LoadConfiguration", MemberParameters = new object[]
558 {
559 typeof(string),
561 typeof(ref bool),
564 }, ReturnType = typeof(void))]
565 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "TransferMapping", MemberParameters = new object[]
566 {
569 }, ReturnType = typeof(void))]
570 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "RefreshConfigurationState", ReturnType = typeof(void))]
571 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "SetMapping", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
572 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
573 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 26)]
575 {
576 throw null;
577 }
578
579 [global::Cpp2ILInjected.Token(Token = "0x60002A2")]
580 [global::Cpp2ILInjected.Address(RVA = "0x717668", Offset = "0x717668", Length = "0xB8")]
581 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
582 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetMapping", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
583 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
584 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
585 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
590
591 [global::Cpp2ILInjected.Token(Token = "0x60002A3")]
592 [global::Cpp2ILInjected.Address(RVA = "0x717508", Offset = "0x717508", Length = "0x160")]
593 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadConfiguration", MemberParameters = new object[]
594 {
596 typeof(bool)
597 }, ReturnType = typeof(void))]
598 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetupMappings", ReturnType = typeof(void))]
599 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPulldownSetting), Member = "SetOption", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
600 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
601 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "GetDefaultScheme", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(GUIControllerMappingScheme))]
602 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "ClearMappings", ReturnType = typeof(void))]
603 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "Copy", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
604 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
606 {
607 throw null;
608 }
609
610 [global::Cpp2ILInjected.Token(Token = "0x60002A4")]
611 [global::Cpp2ILInjected.Address(RVA = "0x717720", Offset = "0x717720", Length = "0xFC")]
612 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "UpdateUIInteractionOverloads", MemberParameters = new object[] { typeof(GUIControllerMappings.InteractionOverloadState) }, ReturnType = typeof(void))]
613 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
614 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
615 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
616 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
618 {
619 throw null;
620 }
621
622 [global::Cpp2ILInjected.Token(Token = "0x60002A5")]
623 [global::Cpp2ILInjected.Address(RVA = "0x71781C", Offset = "0x71781C", Length = "0x118")]
624 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
625 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
626 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
627 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
629 {
630 throw null;
631 }
632
633 [global::Cpp2ILInjected.Token(Token = "0x60002A6")]
634 [global::Cpp2ILInjected.Address(RVA = "0x717934", Offset = "0x717934", Length = "0x610")]
635 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "UpdateUIInteractionOverloads", MemberParameters = new object[] { typeof(GUIControllerMappings.InteractionOverloadState) }, ReturnType = typeof(void))]
637 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerNavigationController), Member = "UpdateUINavigation", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(void))]
638 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIButtonBar), Member = "PerformAction", MemberParameters = new object[] { typeof(GUIButtonBar.Action) }, ReturnType = typeof(void))]
639 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMap), Member = "DrawMap", ReturnType = typeof(void))]
640 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPageIconGrouping), Member = "PageOver", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
641 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPageIcons), Member = "OpenUI", MemberParameters = new object[]
642 {
645 }, ReturnType = typeof(void))]
646 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPageIcons), Member = "DrawLeftMenuButton", ReturnType = typeof(void))]
647 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIPVPIcons), Member = "DrawSelectedPlayerTeamOnlyElements", MemberParameters = new object[]
648 {
649 typeof(bool),
650 typeof(bool)
651 }, ReturnType = typeof(void))]
652 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIReturnToTouch), Member = "Draw", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
653 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIReturnToTouch), Member = "DrawHUD", ReturnType = typeof(void))]
654 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUISettings), Member = "Draw", ReturnType = typeof(bool))]
655 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "HoverOverNPCs", MemberParameters = new object[] { typeof(Rectangle) }, ReturnType = typeof(void))]
656 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "OpenHairWindow", ReturnType = typeof(void))]
657 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "OpenClothesWindow", ReturnType = typeof(void))]
658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "TryOpeningFullscreenMap", ReturnType = typeof(void))]
659 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 16)]
660 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "UpdateUIInteractionOverloads", MemberParameters = new object[] { typeof(GUIControllerMappings.InteractionOverloadState) }, ReturnType = typeof(void))]
661 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "DisableConflictingActions", MemberParameters = new object[]
662 {
664 typeof(bool)
665 }, ReturnType = typeof(void))]
666 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "SetupWorldRequiredStateOverloads", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
667 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
668 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
669 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
670 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerNavigationController), Member = "ClearUIPressed", ReturnType = typeof(void))]
671 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "SetupUIMappingState", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
672 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
673 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 24)]
678
679 [global::Cpp2ILInjected.Token(Token = "0x60002A7")]
680 [global::Cpp2ILInjected.Address(RVA = "0x718400", Offset = "0x718400", Length = "0x3D44")]
681 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
682 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LocalUser), Member = ".ctor", MemberParameters = new object[]
683 {
684 typeof(int),
686 }, ReturnType = typeof(void))]
687 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
688 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerNavigationController), Member = "SetupMappings", ReturnType = typeof(void))]
689 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "CreateAxisMapping", MemberParameters = new object[]
690 {
691 typeof(string),
692 typeof(bool),
693 typeof(float)
694 }, ReturnType = typeof(ControllerActionAxis))]
695 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "CreateVectorMapping", MemberParameters = new object[]
696 {
697 typeof(string),
700 }, ReturnType = typeof(ControllerActionVector))]
701 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "CreateButtonMapping", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(ControllerActionButton))]
702 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "GetEnumerator", ReturnType = "Enumerator<T>")]
703 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "MoveNext", ReturnType = typeof(bool))]
704 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>.Enumerator), Member = "Dispose", ReturnType = typeof(void))]
705 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "SetChildState", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
706 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingScheme), Member = "LoadDefaultSchemes", MemberParameters = new object[] { typeof(List<GUIControllerMappingScheme>) }, ReturnType = typeof(void))]
707 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "SetMapping", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
708 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
709 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIKeyboardMappings), Member = "SetupMappings", ReturnType = typeof(void))]
710 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 122)]
711 public void SetupMappings()
712 {
713 throw null;
714 }
715
716 [global::Cpp2ILInjected.Token(Token = "0x60002A8")]
717 [global::Cpp2ILInjected.Address(RVA = "0x7138A8", Offset = "0x7138A8", Length = "0x30")]
718 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "RestoreBackup", ReturnType = typeof(void))]
720 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "ClearMapping", ReturnType = typeof(void))]
721 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadConfiguration", MemberParameters = new object[]
722 {
724 typeof(bool)
725 }, ReturnType = typeof(void))]
726 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetMapping", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
727 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetupMappings", ReturnType = typeof(void))]
728 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
729 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "ClearWorldMappings", ReturnType = typeof(void))]
730 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "ClearInventoryMappings", ReturnType = typeof(void))]
731 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "LoadMappingValues", ReturnType = typeof(void))]
732 public void LoadMappingValues()
733 {
734 throw null;
735 }
736
737 [global::Cpp2ILInjected.Token(Token = "0x60002A9")]
738 [global::Cpp2ILInjected.Address(RVA = "0x71C144", Offset = "0x71C144", Length = "0x524")]
739 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "SaveSettings", ReturnType = typeof(bool))]
740 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
741 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Preferences), Member = "Put", MemberParameters = new object[]
742 {
743 typeof(string),
744 typeof(object)
745 }, ReturnType = typeof(void))]
746 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerDevice), Member = "get_SwapBumpersTriggers", ReturnType = typeof(bool))]
747 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "SaveConfiguration", MemberParameters = new object[]
748 {
749 typeof(string),
751 }, ReturnType = typeof(void))]
752 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 35)]
754 {
755 throw null;
756 }
757
758 [global::Cpp2ILInjected.Token(Token = "0x60002AA")]
759 [global::Cpp2ILInjected.Address(RVA = "0x71C668", Offset = "0x71C668", Length = "0x5FC")]
760 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInstance), Member = ".ctor", ReturnType = typeof(void))]
761 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
762 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
763 {
764 typeof(Array),
766 }, ReturnType = typeof(void))]
767 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
768 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton.RequiredButtonState), Member = ".ctor", MemberParameters = new object[]
769 {
771 typeof(bool),
773 typeof(bool)
774 }, ReturnType = typeof(void))]
775 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
776 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = ".ctor", ReturnType = typeof(void))]
777 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 60)]
779 {
780 throw null;
781 }
782
783 [global::Cpp2ILInjected.Token(Token = "0x4000243")]
784 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
785 public bool Enabled;
786
787 [global::Cpp2ILInjected.Token(Token = "0x4000244")]
788 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
790
791 [global::Cpp2ILInjected.Token(Token = "0x4000245")]
792 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
794
795 [global::Cpp2ILInjected.Token(Token = "0x4000246")]
796 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
798
799 [global::Cpp2ILInjected.Token(Token = "0x4000247")]
800 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
802
803 [global::Cpp2ILInjected.Token(Token = "0x4000248")]
804 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
806
807 [global::Cpp2ILInjected.Token(Token = "0x4000249")]
808 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
810
811 [global::Cpp2ILInjected.Token(Token = "0x400024A")]
812 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
814
815 [global::Cpp2ILInjected.Token(Token = "0x400024B")]
816 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
818
819 [global::Cpp2ILInjected.Token(Token = "0x400024C")]
820 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
821 public bool performingBinding;
822
823 [global::Cpp2ILInjected.Token(Token = "0x400024D")]
824 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4C")]
825 private int disableScroll;
826
827 [global::Cpp2ILInjected.Token(Token = "0x400024E")]
828 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
829 private bool hasFocus;
830
831 [global::Cpp2ILInjected.Token(Token = "0x400024F")]
832 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
834
835 [global::Cpp2ILInjected.Token(Token = "0x4000250")]
836 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
837 private float TimeSinceItemChange;
838
839 [global::Cpp2ILInjected.Token(Token = "0x4000251")]
840 [global::Cpp2ILInjected.FieldOffset(Offset = "0x68")]
842
843 [global::Cpp2ILInjected.Token(Token = "0x4000252")]
844 [global::Cpp2ILInjected.FieldOffset(Offset = "0x70")]
846
847 [global::Cpp2ILInjected.Token(Token = "0x4000253")]
848 [global::Cpp2ILInjected.FieldOffset(Offset = "0x74")]
849 private float GameplayButtonScale;
850
851 [global::Cpp2ILInjected.Token(Token = "0x4000254")]
852 [global::Cpp2ILInjected.FieldOffset(Offset = "0x78")]
853 private float UIButtonScale;
854
855 [global::Cpp2ILInjected.Token(Token = "0x4000255")]
856 [global::Cpp2ILInjected.FieldOffset(Offset = "0x7C")]
858
859 [global::Cpp2ILInjected.Token(Token = "0x4000256")]
860 [global::Cpp2ILInjected.FieldOffset(Offset = "0x80")]
862
863 [global::Cpp2ILInjected.Token(Token = "0x4000257")]
864 [global::Cpp2ILInjected.FieldOffset(Offset = "0x84")]
865 private float titleScale;
866
867 [global::Cpp2ILInjected.Token(Token = "0x4000258")]
868 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
869 public float ScrollOffset;
870
871 [global::Cpp2ILInjected.Token(Token = "0x4000259")]
872 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8C")]
873 private float ScrollMomentum;
874
875 [global::Cpp2ILInjected.Token(Token = "0x400025A")]
876 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
877 private int ScrollDragging;
878
879 [global::Cpp2ILInjected.Token(Token = "0x400025B")]
880 [global::Cpp2ILInjected.FieldOffset(Offset = "0x94")]
882
883 [global::Cpp2ILInjected.Token(Token = "0x400025C")]
884 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
886
887 [global::Cpp2ILInjected.Token(Token = "0x400025D")]
888 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
890
891 [global::Cpp2ILInjected.Token(Token = "0x400025E")]
892 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB0")]
894
895 [global::Cpp2ILInjected.Token(Token = "0x400025F")]
896 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
898
899 [global::Cpp2ILInjected.Token(Token = "0x4000260")]
900 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
902
903 [global::Cpp2ILInjected.Token(Token = "0x4000261")]
904 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
906
907 [global::Cpp2ILInjected.Token(Token = "0x4000262")]
908 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD0")]
910
911 [global::Cpp2ILInjected.Token(Token = "0x4000263")]
912 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD8")]
914
915 [global::Cpp2ILInjected.Token(Token = "0x4000264")]
916 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE0")]
918
919 [global::Cpp2ILInjected.Token(Token = "0x4000265")]
920 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE8")]
922
923 [global::Cpp2ILInjected.Token(Token = "0x4000266")]
924 [global::Cpp2ILInjected.FieldOffset(Offset = "0xF0")]
926
927 [global::Cpp2ILInjected.Token(Token = "0x4000267")]
928 [global::Cpp2ILInjected.FieldOffset(Offset = "0xF8")]
930
931 [global::Cpp2ILInjected.Token(Token = "0x4000268")]
932 [global::Cpp2ILInjected.FieldOffset(Offset = "0x100")]
934
935 [global::Cpp2ILInjected.Token(Token = "0x4000269")]
936 [global::Cpp2ILInjected.FieldOffset(Offset = "0x108")]
938
939 [global::Cpp2ILInjected.Token(Token = "0x400026A")]
940 [global::Cpp2ILInjected.FieldOffset(Offset = "0x110")]
942
943 [global::Cpp2ILInjected.Token(Token = "0x400026B")]
944 [global::Cpp2ILInjected.FieldOffset(Offset = "0x118")]
946
947 [global::Cpp2ILInjected.Token(Token = "0x400026C")]
948 [global::Cpp2ILInjected.FieldOffset(Offset = "0x120")]
950
951 [global::Cpp2ILInjected.Token(Token = "0x400026D")]
952 [global::Cpp2ILInjected.FieldOffset(Offset = "0x128")]
954
955 [global::Cpp2ILInjected.Token(Token = "0x400026E")]
956 [global::Cpp2ILInjected.FieldOffset(Offset = "0x130")]
958
959 [global::Cpp2ILInjected.Token(Token = "0x400026F")]
960 [global::Cpp2ILInjected.FieldOffset(Offset = "0x138")]
962
963 [global::Cpp2ILInjected.Token(Token = "0x4000270")]
964 [global::Cpp2ILInjected.FieldOffset(Offset = "0x140")]
966
967 [global::Cpp2ILInjected.Token(Token = "0x4000271")]
968 [global::Cpp2ILInjected.FieldOffset(Offset = "0x148")]
970
971 [global::Cpp2ILInjected.Token(Token = "0x4000272")]
972 [global::Cpp2ILInjected.FieldOffset(Offset = "0x150")]
974
975 [global::Cpp2ILInjected.Token(Token = "0x4000273")]
976 [global::Cpp2ILInjected.FieldOffset(Offset = "0x158")]
978
979 [global::Cpp2ILInjected.Token(Token = "0x4000274")]
980 [global::Cpp2ILInjected.FieldOffset(Offset = "0x160")]
982
983 [global::Cpp2ILInjected.Token(Token = "0x4000275")]
984 [global::Cpp2ILInjected.FieldOffset(Offset = "0x168")]
986
987 [global::Cpp2ILInjected.Token(Token = "0x4000276")]
988 [global::Cpp2ILInjected.FieldOffset(Offset = "0x170")]
990
991 [global::Cpp2ILInjected.Token(Token = "0x4000277")]
992 [global::Cpp2ILInjected.FieldOffset(Offset = "0x178")]
994
995 [global::Cpp2ILInjected.Token(Token = "0x4000278")]
996 [global::Cpp2ILInjected.FieldOffset(Offset = "0x180")]
998
999 [global::Cpp2ILInjected.Token(Token = "0x4000279")]
1000 [global::Cpp2ILInjected.FieldOffset(Offset = "0x188")]
1002
1003 [global::Cpp2ILInjected.Token(Token = "0x400027A")]
1004 [global::Cpp2ILInjected.FieldOffset(Offset = "0x190")]
1006
1007 [global::Cpp2ILInjected.Token(Token = "0x400027B")]
1008 [global::Cpp2ILInjected.FieldOffset(Offset = "0x198")]
1010
1011 [global::Cpp2ILInjected.Token(Token = "0x400027C")]
1012 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1A0")]
1014
1015 [global::Cpp2ILInjected.Token(Token = "0x400027D")]
1016 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1A8")]
1018
1019 [global::Cpp2ILInjected.Token(Token = "0x400027E")]
1020 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1B0")]
1022
1023 [global::Cpp2ILInjected.Token(Token = "0x400027F")]
1024 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1B8")]
1026
1027 [global::Cpp2ILInjected.Token(Token = "0x4000280")]
1028 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C0")]
1030
1031 [global::Cpp2ILInjected.Token(Token = "0x4000281")]
1032 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C8")]
1034
1035 [global::Cpp2ILInjected.Token(Token = "0x4000282")]
1036 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1D0")]
1038
1039 [global::Cpp2ILInjected.Token(Token = "0x4000283")]
1040 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1D8")]
1042
1043 [global::Cpp2ILInjected.Token(Token = "0x4000284")]
1044 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1E0")]
1046
1047 [global::Cpp2ILInjected.Token(Token = "0x4000285")]
1048 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1E8")]
1050
1051 [global::Cpp2ILInjected.Token(Token = "0x4000286")]
1052 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1F0")]
1054
1055 [global::Cpp2ILInjected.Token(Token = "0x4000287")]
1056 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1F8")]
1058
1059 [global::Cpp2ILInjected.Token(Token = "0x4000288")]
1060 [global::Cpp2ILInjected.FieldOffset(Offset = "0x200")]
1062
1063 [global::Cpp2ILInjected.Token(Token = "0x4000289")]
1064 [global::Cpp2ILInjected.FieldOffset(Offset = "0x208")]
1066
1067 [global::Cpp2ILInjected.Token(Token = "0x400028A")]
1068 [global::Cpp2ILInjected.FieldOffset(Offset = "0x210")]
1070
1071 [global::Cpp2ILInjected.Token(Token = "0x400028B")]
1072 [global::Cpp2ILInjected.FieldOffset(Offset = "0x218")]
1074
1075 [global::Cpp2ILInjected.Token(Token = "0x400028C")]
1076 [global::Cpp2ILInjected.FieldOffset(Offset = "0x220")]
1078
1079 [global::Cpp2ILInjected.Token(Token = "0x400028D")]
1080 [global::Cpp2ILInjected.FieldOffset(Offset = "0x228")]
1082
1083 [global::Cpp2ILInjected.Token(Token = "0x400028E")]
1084 [global::Cpp2ILInjected.FieldOffset(Offset = "0x230")]
1086
1087 [global::Cpp2ILInjected.Token(Token = "0x400028F")]
1088 [global::Cpp2ILInjected.FieldOffset(Offset = "0x238")]
1090
1091 [global::Cpp2ILInjected.Token(Token = "0x4000290")]
1092 [global::Cpp2ILInjected.FieldOffset(Offset = "0x240")]
1094
1095 [global::Cpp2ILInjected.Token(Token = "0x4000291")]
1096 [global::Cpp2ILInjected.FieldOffset(Offset = "0x248")]
1098
1099 [global::Cpp2ILInjected.Token(Token = "0x4000292")]
1100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x250")]
1102
1103 [global::Cpp2ILInjected.Token(Token = "0x4000293")]
1104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x258")]
1106
1107 [global::Cpp2ILInjected.Token(Token = "0x4000294")]
1108 [global::Cpp2ILInjected.FieldOffset(Offset = "0x260")]
1110
1111 [global::Cpp2ILInjected.Token(Token = "0x4000295")]
1112 [global::Cpp2ILInjected.FieldOffset(Offset = "0x268")]
1114
1115 [global::Cpp2ILInjected.Token(Token = "0x4000296")]
1116 [global::Cpp2ILInjected.FieldOffset(Offset = "0x270")]
1118
1119 [global::Cpp2ILInjected.Token(Token = "0x4000297")]
1120 [global::Cpp2ILInjected.FieldOffset(Offset = "0x278")]
1122
1123 [global::Cpp2ILInjected.Token(Token = "0x4000298")]
1124 [global::Cpp2ILInjected.FieldOffset(Offset = "0x280")]
1126
1127 [global::Cpp2ILInjected.Token(Token = "0x4000299")]
1128 [global::Cpp2ILInjected.FieldOffset(Offset = "0x288")]
1130
1131 [global::Cpp2ILInjected.Token(Token = "0x400029A")]
1132 [global::Cpp2ILInjected.FieldOffset(Offset = "0x290")]
1134
1135 [global::Cpp2ILInjected.Token(Token = "0x400029B")]
1136 [global::Cpp2ILInjected.FieldOffset(Offset = "0x298")]
1138
1139 [global::Cpp2ILInjected.Token(Token = "0x400029C")]
1140 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2A0")]
1142
1143 [global::Cpp2ILInjected.Token(Token = "0x400029D")]
1144 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2A8")]
1146
1147 [global::Cpp2ILInjected.Token(Token = "0x400029E")]
1148 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2B0")]
1150
1151 [global::Cpp2ILInjected.Token(Token = "0x400029F")]
1152 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2B8")]
1154
1155 [global::Cpp2ILInjected.Token(Token = "0x40002A0")]
1156 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C0")]
1158
1159 [global::Cpp2ILInjected.Token(Token = "0x40002A1")]
1160 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C8")]
1162
1163 [global::Cpp2ILInjected.Token(Token = "0x40002A2")]
1164 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2D0")]
1166
1167 [global::Cpp2ILInjected.Token(Token = "0x40002A3")]
1168 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2D8")]
1170
1171 [global::Cpp2ILInjected.Token(Token = "0x40002A4")]
1172 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2E0")]
1174
1175 [global::Cpp2ILInjected.Token(Token = "0x40002A5")]
1176 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2E8")]
1178
1179 [global::Cpp2ILInjected.Token(Token = "0x40002A6")]
1180 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2F0")]
1182
1183 [global::Cpp2ILInjected.Token(Token = "0x40002A7")]
1184 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2F8")]
1186
1187 [global::Cpp2ILInjected.Token(Token = "0x40002A8")]
1188 [global::Cpp2ILInjected.FieldOffset(Offset = "0x300")]
1190
1191 [global::Cpp2ILInjected.Token(Token = "0x40002A9")]
1192 [global::Cpp2ILInjected.FieldOffset(Offset = "0x308")]
1194
1195 [global::Cpp2ILInjected.Token(Token = "0x40002AA")]
1196 [global::Cpp2ILInjected.FieldOffset(Offset = "0x310")]
1198
1199 [global::Cpp2ILInjected.Token(Token = "0x40002AB")]
1200 [global::Cpp2ILInjected.FieldOffset(Offset = "0x318")]
1202
1203 [global::Cpp2ILInjected.Token(Token = "0x40002AC")]
1204 [global::Cpp2ILInjected.FieldOffset(Offset = "0x320")]
1206
1207 [global::Cpp2ILInjected.Token(Token = "0x40002AD")]
1208 [global::Cpp2ILInjected.FieldOffset(Offset = "0x328")]
1210
1211 [global::Cpp2ILInjected.Token(Token = "0x40002AE")]
1212 [global::Cpp2ILInjected.FieldOffset(Offset = "0x330")]
1214
1215 [global::Cpp2ILInjected.Token(Token = "0x40002AF")]
1216 [global::Cpp2ILInjected.FieldOffset(Offset = "0x338")]
1218
1219 [global::Cpp2ILInjected.Token(Token = "0x40002B0")]
1220 [global::Cpp2ILInjected.FieldOffset(Offset = "0x340")]
1222
1223 [global::Cpp2ILInjected.Token(Token = "0x40002B1")]
1224 [global::Cpp2ILInjected.FieldOffset(Offset = "0x348")]
1226
1227 [global::Cpp2ILInjected.Token(Token = "0x40002B2")]
1228 [global::Cpp2ILInjected.FieldOffset(Offset = "0x350")]
1230
1231 [global::Cpp2ILInjected.Token(Token = "0x40002B3")]
1232 [global::Cpp2ILInjected.FieldOffset(Offset = "0x358")]
1234
1235 [global::Cpp2ILInjected.Token(Token = "0x40002B4")]
1236 [global::Cpp2ILInjected.FieldOffset(Offset = "0x360")]
1238
1239 [global::Cpp2ILInjected.Token(Token = "0x40002B5")]
1240 [global::Cpp2ILInjected.FieldOffset(Offset = "0x368")]
1242
1243 [global::Cpp2ILInjected.Token(Token = "0x40002B6")]
1244 [global::Cpp2ILInjected.FieldOffset(Offset = "0x370")]
1246
1247 [global::Cpp2ILInjected.Token(Token = "0x40002B7")]
1248 [global::Cpp2ILInjected.FieldOffset(Offset = "0x378")]
1250
1251 [global::Cpp2ILInjected.Token(Token = "0x40002B8")]
1252 [global::Cpp2ILInjected.FieldOffset(Offset = "0x380")]
1254
1255 [global::Cpp2ILInjected.Token(Token = "0x40002B9")]
1256 [global::Cpp2ILInjected.FieldOffset(Offset = "0x388")]
1258
1259 [global::Cpp2ILInjected.Token(Token = "0x40002BA")]
1260 [global::Cpp2ILInjected.FieldOffset(Offset = "0x390")]
1262
1263 [global::Cpp2ILInjected.Token(Token = "0x40002BB")]
1264 [global::Cpp2ILInjected.FieldOffset(Offset = "0x398")]
1266
1267 [global::Cpp2ILInjected.Token(Token = "0x40002BC")]
1268 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3A0")]
1270
1271 [global::Cpp2ILInjected.Token(Token = "0x40002BD")]
1272 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3A8")]
1274
1275 [global::Cpp2ILInjected.Token(Token = "0x40002BE")]
1276 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3B0")]
1278
1279 [global::Cpp2ILInjected.Token(Token = "0x40002BF")]
1280 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3B8")]
1282
1283 [global::Cpp2ILInjected.Token(Token = "0x40002C0")]
1284 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C0")]
1286
1287 [global::Cpp2ILInjected.Token(Token = "0x40002C1")]
1288 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C8")]
1290
1291 [global::Cpp2ILInjected.Token(Token = "0x40002C2")]
1292 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3D0")]
1294
1295 [global::Cpp2ILInjected.Token(Token = "0x40002C3")]
1296 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3D8")]
1298
1299 [global::Cpp2ILInjected.Token(Token = "0x40002C4")]
1300 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3E0")]
1302
1303 [global::Cpp2ILInjected.Token(Token = "0x40002C5")]
1304 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3E8")]
1306
1307 [global::Cpp2ILInjected.Token(Token = "0x40002C6")]
1308 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3F0")]
1310
1311 [global::Cpp2ILInjected.Token(Token = "0x40002C7")]
1312 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3F8")]
1314
1315 [global::Cpp2ILInjected.Token(Token = "0x40002C8")]
1316 [global::Cpp2ILInjected.FieldOffset(Offset = "0x400")]
1318
1319 [global::Cpp2ILInjected.Token(Token = "0x40002C9")]
1320 [global::Cpp2ILInjected.FieldOffset(Offset = "0x408")]
1322
1323 [global::Cpp2ILInjected.Token(Token = "0x40002CA")]
1324 [global::Cpp2ILInjected.FieldOffset(Offset = "0x410")]
1326
1327 [global::Cpp2ILInjected.Token(Token = "0x40002CB")]
1328 [global::Cpp2ILInjected.FieldOffset(Offset = "0x418")]
1330
1331 [global::Cpp2ILInjected.Token(Token = "0x40002CC")]
1332 [global::Cpp2ILInjected.FieldOffset(Offset = "0x420")]
1334
1335 [global::Cpp2ILInjected.Token(Token = "0x40002CD")]
1336 [global::Cpp2ILInjected.FieldOffset(Offset = "0x428")]
1338
1339 [global::Cpp2ILInjected.Token(Token = "0x40002CE")]
1340 [global::Cpp2ILInjected.FieldOffset(Offset = "0x430")]
1342
1343 [global::Cpp2ILInjected.Token(Token = "0x40002CF")]
1344 [global::Cpp2ILInjected.FieldOffset(Offset = "0x438")]
1346
1347 [global::Cpp2ILInjected.Token(Token = "0x40002D0")]
1348 [global::Cpp2ILInjected.FieldOffset(Offset = "0x440")]
1350
1351 [global::Cpp2ILInjected.Token(Token = "0x40002D1")]
1352 [global::Cpp2ILInjected.FieldOffset(Offset = "0x448")]
1354
1355 [global::Cpp2ILInjected.Token(Token = "0x40002D2")]
1356 [global::Cpp2ILInjected.FieldOffset(Offset = "0x450")]
1358
1359 [global::Cpp2ILInjected.Token(Token = "0x40002D3")]
1360 [global::Cpp2ILInjected.FieldOffset(Offset = "0x458")]
1362
1363 [global::Cpp2ILInjected.Token(Token = "0x40002D4")]
1364 [global::Cpp2ILInjected.FieldOffset(Offset = "0x460")]
1366
1367 [global::Cpp2ILInjected.Token(Token = "0x40002D5")]
1368 [global::Cpp2ILInjected.FieldOffset(Offset = "0x468")]
1370
1371 [global::Cpp2ILInjected.Token(Token = "0x40002D6")]
1372 [global::Cpp2ILInjected.FieldOffset(Offset = "0x470")]
1374
1375 [global::Cpp2ILInjected.Token(Token = "0x40002D7")]
1376 [global::Cpp2ILInjected.FieldOffset(Offset = "0x478")]
1378
1379 [global::Cpp2ILInjected.Token(Token = "0x40002D8")]
1380 [global::Cpp2ILInjected.FieldOffset(Offset = "0x480")]
1382
1383 [global::Cpp2ILInjected.Token(Token = "0x40002D9")]
1384 [global::Cpp2ILInjected.FieldOffset(Offset = "0x488")]
1386
1387 [global::Cpp2ILInjected.Token(Token = "0x40002DA")]
1388 [global::Cpp2ILInjected.FieldOffset(Offset = "0x490")]
1390
1391 [global::Cpp2ILInjected.Token(Token = "0x40002DB")]
1392 [global::Cpp2ILInjected.FieldOffset(Offset = "0x498")]
1394
1395 [global::Cpp2ILInjected.Token(Token = "0x40002DC")]
1396 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4A0")]
1398
1399 [global::Cpp2ILInjected.Token(Token = "0x40002DD")]
1400 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4A8")]
1402
1403 [global::Cpp2ILInjected.Token(Token = "0x40002DE")]
1404 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4B0")]
1406
1407 [global::Cpp2ILInjected.Token(Token = "0x40002DF")]
1408 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4B8")]
1410
1411 [global::Cpp2ILInjected.Token(Token = "0x40002E0")]
1412 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4C0")]
1414
1415 [global::Cpp2ILInjected.Token(Token = "0x40002E1")]
1416 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4C8")]
1418
1419 [global::Cpp2ILInjected.Token(Token = "0x40002E2")]
1420 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4D0")]
1422
1423 [global::Cpp2ILInjected.Token(Token = "0x40002E3")]
1424 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4D8")]
1426
1427 [global::Cpp2ILInjected.Token(Token = "0x40002E4")]
1428 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4E0")]
1430
1431 [global::Cpp2ILInjected.Token(Token = "0x40002E5")]
1432 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4E8")]
1434
1435 [global::Cpp2ILInjected.Token(Token = "0x40002E6")]
1436 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4F0")]
1438
1439 [global::Cpp2ILInjected.Token(Token = "0x40002E7")]
1440 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4F8")]
1442
1443 [global::Cpp2ILInjected.Token(Token = "0x40002E8")]
1444 [global::Cpp2ILInjected.FieldOffset(Offset = "0x500")]
1446
1447 [global::Cpp2ILInjected.Token(Token = "0x40002E9")]
1448 [global::Cpp2ILInjected.FieldOffset(Offset = "0x508")]
1450
1451 [global::Cpp2ILInjected.Token(Token = "0x40002EA")]
1452 [global::Cpp2ILInjected.FieldOffset(Offset = "0x510")]
1454
1455 [global::Cpp2ILInjected.Token(Token = "0x40002EB")]
1456 [global::Cpp2ILInjected.FieldOffset(Offset = "0x518")]
1458
1459 [global::Cpp2ILInjected.Token(Token = "0x40002EC")]
1460 [global::Cpp2ILInjected.FieldOffset(Offset = "0x520")]
1462
1463 [global::Cpp2ILInjected.Token(Token = "0x40002ED")]
1464 [global::Cpp2ILInjected.FieldOffset(Offset = "0x528")]
1466
1467 [global::Cpp2ILInjected.Token(Token = "0x40002EE")]
1468 [global::Cpp2ILInjected.FieldOffset(Offset = "0x530")]
1470
1471 [global::Cpp2ILInjected.Token(Token = "0x40002EF")]
1472 [global::Cpp2ILInjected.FieldOffset(Offset = "0x538")]
1474
1475 [global::Cpp2ILInjected.Token(Token = "0x40002F0")]
1476 [global::Cpp2ILInjected.FieldOffset(Offset = "0x540")]
1478
1479 [global::Cpp2ILInjected.Token(Token = "0x40002F1")]
1480 [global::Cpp2ILInjected.FieldOffset(Offset = "0x548")]
1482
1483 [global::Cpp2ILInjected.Token(Token = "0x40002F2")]
1484 [global::Cpp2ILInjected.FieldOffset(Offset = "0x550")]
1486
1487 [global::Cpp2ILInjected.Token(Token = "0x40002F3")]
1488 [global::Cpp2ILInjected.FieldOffset(Offset = "0x558")]
1490
1491 [global::Cpp2ILInjected.Token(Token = "0x40002F4")]
1492 [global::Cpp2ILInjected.FieldOffset(Offset = "0x560")]
1494
1495 [global::Cpp2ILInjected.Token(Token = "0x40002F5")]
1496 [global::Cpp2ILInjected.FieldOffset(Offset = "0x568")]
1498
1499 [global::Cpp2ILInjected.Token(Token = "0x40002F6")]
1500 [global::Cpp2ILInjected.FieldOffset(Offset = "0x570")]
1502
1503 [global::Cpp2ILInjected.Token(Token = "0x2000076")]
1504 public enum MappingType
1505 {
1506 [global::Cpp2ILInjected.Token(Token = "0x40002F8")]
1507 Default,
1508 [global::Cpp2ILInjected.Token(Token = "0x40002F9")]
1509 Advanced,
1510 [global::Cpp2ILInjected.Token(Token = "0x40002FA")]
1511 Console,
1512 [global::Cpp2ILInjected.Token(Token = "0x40002FB")]
1513 Custom
1514 }
1515
1516 [global::Cpp2ILInjected.Token(Token = "0x2000077")]
1518 {
1519 [global::Cpp2ILInjected.Token(Token = "0x40002FD")]
1520 None,
1521 [global::Cpp2ILInjected.Token(Token = "0x40002FE")]
1522 Inventory,
1523 [global::Cpp2ILInjected.Token(Token = "0x40002FF")]
1524 NPC,
1525 [global::Cpp2ILInjected.Token(Token = "0x4000300")]
1526 NPCItem,
1527 [global::Cpp2ILInjected.Token(Token = "0x4000301")]
1528 Map
1529 }
1530
1532 [global::Cpp2ILInjected.Token(Token = "0x2000078")]
1533 [Serializable]
1534 private sealed class <>c
1535 {
1536 // Note: this type is marked as 'beforefieldinit'.
1537 [global::Cpp2ILInjected.Token(Token = "0x60002AB")]
1538 [global::Cpp2ILInjected.Address(RVA = "0x71CC74", Offset = "0x71CC74", Length = "0x5C")]
1539 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1541 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
1542 static <>c()
1543 {
1544 throw null;
1545 }
1546
1547 [global::Cpp2ILInjected.Token(Token = "0x60002AC")]
1548 [global::Cpp2ILInjected.Address(RVA = "0x71CCD0", Offset = "0x71CCD0", Length = "0x8")]
1549 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1550 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
1551 public <>c()
1552 {
1553 throw null;
1554 }
1555
1556 [global::Cpp2ILInjected.Token(Token = "0x60002AD")]
1557 [global::Cpp2ILInjected.Address(RVA = "0x71CCD8", Offset = "0x71CCD8", Length = "0x14")]
1558 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
1559 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "CompareTo", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
1561 {
1562 throw null;
1563 }
1564
1565 [global::Cpp2ILInjected.Token(Token = "0x4000302")]
1566 public static readonly GUIControllerMappings.<>c <>9;
1567
1568 [global::Cpp2ILInjected.Token(Token = "0x4000303")]
1570 }
1571}
class f__AnonymousType0<< Count > j__TPar
ControllerActionButton Fire
ControllerActionButton DynamicHotbar3
ControllerActionAxis GridSnapAxisX
ControllerActionButton Hotbar2
ControllerActionVector MapAxis
ControllerActionButton DepositHeldItem
ControllerActionButton.RequiredButtonState noRightModifiers
ControllerActionButton Hotbar5
ControllerActionAxis HotbarAxisY
ControllerActionButton BuilderTools
ControllerActionAxis MovementAxisAltY
ControllerActionAxis InventoryNavigationAltY
ControllerActionButton Hotbar8
ControllerActionAxis MovementAxisAltX
void SetupUIMappingState(ControllerActionButton buttonMapping)
GUIControllerMappingStateTable WorldInteractFallback
GUIControllerMappingStateTable Inventory
ControllerActionButton DynamicHotbar1
List< ControllerActionButton > ShopInvTable
ControllerActionButton ChestQuickStack
void SetMapping(GUIControllerMappings.MappingType mappingType)
ControllerActionButton FireAlt
void RegisterOverlay(GUIControllerMappingEntryBase entry, Rectangle region)
ControllerActionButton EquipmentUnequip
List< ControllerActionAxis > AxisTableEmpty
ControllerActionButton InfoAccessories
void SetupWorldUIMappingState(ControllerActionButton buttonMapping)
void LoadConfiguration(Preferences preferences, bool existingConfiguration)
GUIControllerMappingStateTable World
ControllerActionAxis HotbarAxisX
List< ControllerActionButton > CraftingTable
ControllerActionButton GrappleFire
ControllerActionButton PickupPlaceItem
ControllerActionAxis InventoryNavigationAltX
ControllerActionButton Loadout1
List< ControllerActionVector > WorldAxisMappings
ControllerActionButton.RequiredButtonState noLeftModifiers
GUIControllerMappingStateTable Equipment
ControllerActionButton InventoryClose
List< ControllerActionButton > ShopTable
ControllerActionButton MapZoomOut
ControllerActionVector GridSnapAxis
ControllerActionAxis MapAxisY
ControllerActionButton DynamicHotbar2
ControllerActionVector MovementAxis
List< ControllerActionButton > ReforgeTable
GUIControllerMappingStateTable ChestInv
ControllerActionButton Hotbar4
ControllerActionButton ChestRename
ControllerActionVector MovementAxisAlt
ControllerActionButton ChatToggle
List< GUIControllerMappingScheme > Schemes
List< ControllerActionButton > WorldButtonMappings
ControllerActionButton MapZoomIn
ControllerActionVector InventoryNavigationAlt
ControllerActionButton WorldFocusToggle
ControllerActionButton HotbarNext
void SetCategory(ControllerMappingsCategories_Layout.Category category)
ControllerActionButton RightPageCycle
ControllerActionButton BuffPrevious
ControllerActionButton ShopBuy
ControllerActionButton AutoFire
ControllerActionButton Jump
List< ControllerActionButton > ItemHeldTable
GUIControllerMappingStateTable Shop
ControllerActionButton LeftPageCycle
GUIControllerMappingOverlay _controllerInput
List< ControllerActionButton > EquipmentTable
ControllerActionButton Interact
List< ControllerActionButton > ChestTable
ControllerMappingsCategories_Layout.Category Selected
ControllerActionButton Hotbar7
Microsoft.Xna.Framework.Vector2 SettingSize(int index)
ControllerActionAxis InventoryNavigationY
ControllerActionButton ReforgeItem
ControllerActionVector FireAxis
ControllerActionButton AutoSelect
ControllerActionVector FireAxisAlt
ControllerActionAxis InventoryNavigationX
ControllerActionButton InventoryToggle
void SaveConfiguration(Preferences preferences)
ControllerActionButton BuffRemove
ControllerActionAxis GrappleAxisX
GUIControllerMappingStateTable WorldInteract
ControllerActionButton ToggleCraftDuplicate
ControllerActionButton MapZoomDefault
VirtualControllerInputState.CursorInputMode GetMode(Preferences preferences, string id, VirtualControllerInputState.CursorInputMode defaultValue)
ControllerActionButton ChestDepositAll
ControllerActionButton FavouriteItem
ControllerActionButton Hotbar9
ControllerActionAxis MovementAxisX
bool IsOverCategories(Microsoft.Xna.Framework.Vector2 cursorPosition)
ControllerActionButton ChestRestock
ControllerActionButton QuickMount
ControllerActionButton EquipmentEquip
ControllerActionButton CraftItem
ControllerActionButton PVPSwitchTeam
ControllerActionButton Sort
List< ControllerActionButton > ChestInvTable
ControllerActionButton HousingQuery
ControllerActionButton QuickHeal
Microsoft.Xna.Framework.Vector2 DragOffset
List< ControllerActionAxis > WorldAxisTable
ControllerActionButton ZoomIn
ControllerActionButton ChestDeposit
ControllerActionButton SplitItem
ControllerActionButton ShowHideItem
List< ControllerActionButton > BaseInventoryTable
ControllerActionButton HotbarPrevious
ControllerActionButton LoadoutCycle
ControllerActionVector GrappleAxis
List< ControllerActionButton > ChatTable
ControllerActionButton Hotbar1
ControllerActionButton TargetLockOn
GUIControllerMappingStateTable PVP
ControllerActionButton BuffNext
List< ControllerActionButton > PVPTable
ControllerActionButton QuickMana
ControllerActionAxis FireAxisX
List< GUIControllerMappingEntryBase > _categorySettings
ControllerActionAxis GridSnapAxisY
List< GUIControllerMappingEntryBase > _allSettings
ControllerActionAxis FireAxisY
ControllerActionAxis MovementAxisY
ControllerActionButton Hotbar10
ControllerActionAxis FireAxisAltX
ControllerActionButton SmartCursor
ControllerActionButton.RequiredButtonState noModifiers
ControllerActionButton Loadout3
GUIControllerMappingStateTable ShopInv
ControllerActionButton ChestLootAll
GUIControllerMappingStateTable Chest
List< ControllerActionButton > InventoryTable
ControllerActionButton QuickBuff
ControllerActionButton ZoomOut
ControllerActionButton ChestLoot
ControllerActionButton FilterItems
ControllerActionAxis GrappleAxisY
GUIControllerMappingStateTable Chat
GUIControllerMappingScheme GetDefaultScheme(GUIControllerMappings.MappingType mappingType)
ControllerActionButton TrashItem
GUIControllerMappingEntryBase overlayEntry
VirtualControllerInputState.CursorInputMode BackupControllerAimAndUse
ControllerActionButton MapToggle
ControllerActionButton Hotbar6
GUIControllerMappingStateTable Reforge
ControllerActionButton DynamicHotbar4
ControllerActionButton TakeOne
ControllerActionButton MiniMapToggle
ControllerActionButton ChestSort
ControllerActionAxis MapAxisX
ControllerActionVector InventoryNavigation
ControllerActionButton PVPEnableToggle
ControllerActionButton ShopSell
GUIControllerMappings.InteractionOverloadState interactionOverloadState
ControllerActionButton Hotbar3
GUIControllerMappingStateTable BaseInventory
GUIInputRegionExclusive _categoriesBlocker
GUIControllerMappingStateTable ItemHeld
List< ControllerActionVector > InventoryAxisMappings
List< ControllerActionAxis > InventoryAxisTable
ControllerActionAxis FireAxisAltY
ControllerMappingsCategories_Layout.Category[] TabOrder
ControllerActionButton Loadout2
GUIControllerMappings.MappingType mapping
ControllerActionVector HotbarAxis
VirtualControllerInputState.CursorInputMode BackupControllerSmartCursor
GUIControllerMappingStateTable Housing
GUIControllerMappingStateTable WorldShared
GUIControllerMappingStateTable Crafting
ControllerActionButton ThrowItem
void UpdateUIInteractionOverloads(GUIControllerMappings.InteractionOverloadState newInteractionOverloadState)
List< ControllerActionButton > InventoryButtonMappings
List< ControllerActionButton > HousingTable
void SettingDraw(ItemGrid_Layout gridLayout, int index, Microsoft.Xna.Framework.Vector2 position, float scale)
ControllerActionButton ResearchItem
delegate bool IsOverHandler(Vector2 cursorPosition)
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)
Int32Enum
Definition Int32Enum.cs:8