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
GUIControllerMappingEntry.cs
Go to the documentation of this file.
1using System;
3using Controller;
9using Terraria;
10using Terraria.Audio;
12using Terraria.UI;
13using UnityEngine;
14
15[global::Cpp2ILInjected.Token(Token = "0x2000073")]
17{
18 [global::Cpp2ILInjected.Token(Token = "0x600027A")]
19 [global::Cpp2ILInjected.Address(RVA = "0x711918", Offset = "0x711918", Length = "0x84")]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetCategory", MemberParameters = new object[] { typeof(ControllerMappingsCategories_Layout.Category) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUISettingEntry), Member = ".ctor", MemberParameters = new object[] { typeof(GUISettingID) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerMappingsCategories_Layout), Member = "GetCategorySetup", MemberParameters = new object[]
24 {
25 typeof(string),
27 typeof(ref int)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
34
35 [global::Cpp2ILInjected.Token(Token = "0x600027B")]
36 [global::Cpp2ILInjected.Address(RVA = "0x7119A4", Offset = "0x7119A4", Length = "0x88")]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetCategory", MemberParameters = new object[] { typeof(ControllerMappingsCategories_Layout.Category) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUISettingEntry), Member = ".ctor", MemberParameters = new object[] { typeof(GUISettingID) }, ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerMappingsCategories_Layout), Member = "GetCategorySetup", MemberParameters = new object[]
41 {
42 typeof(string),
44 typeof(ref int)
45 }, ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
51
52 [global::Cpp2ILInjected.Token(Token = "0x17000075")]
53 public bool HasMapping
54 {
55 [global::Cpp2ILInjected.Token(Token = "0x600027C")]
56 [global::Cpp2ILInjected.Address(RVA = "0x711A2C", Offset = "0x711A2C", Length = "0x28")]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "DrawMainButtons", ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMapping", ReturnType = typeof(bool))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
61 get
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x600027D")]
68 [global::Cpp2ILInjected.Address(RVA = "0x711A54", Offset = "0x711A54", Length = "0x28")]
69 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 public override void DrawOverlay()
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x600027E")]
77 [global::Cpp2ILInjected.Address(RVA = "0x711A7C", Offset = "0x711A7C", Length = "0x38")]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "ClearMapping", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "RemoveAxisBindings", MemberParameters = new object[] { typeof(ControllerActionVector) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "RemoveButtonBindings", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
82 public void RemoveBinding()
83 {
84 throw null;
85 }
86
87 [global::Cpp2ILInjected.Token(Token = "0x600027F")]
88 [global::Cpp2ILInjected.Address(RVA = "0x711AB4", Offset = "0x711AB4", Length = "0x98")]
89 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
90 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RemoveBinding", ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindAxis", MemberParameters = new object[]
92 {
94 typeof(Axis),
95 typeof(Axis),
96 typeof(int)
97 }, ReturnType = typeof(void))]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
100 {
101 throw null;
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x6000280")]
105 [global::Cpp2ILInjected.Address(RVA = "0x711B4C", Offset = "0x711B4C", Length = "0x16C")]
106 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
109 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "RemoveAxisBindings", MemberParameters = new object[] { typeof(ControllerActionVector) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "ClearLinkedAxisBindings", MemberParameters = new object[]
111 {
112 typeof(int),
113 typeof(Axis),
114 typeof(Axis),
115 typeof(bool)
116 }, ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "GetState", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(GUIControllerMappingState))]
118 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x6000281")]
125 [global::Cpp2ILInjected.Address(RVA = "0x711CB8", Offset = "0x711CB8", Length = "0x6FC")]
126 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "RemoveButtonBindings", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
130 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
131 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "ClearLinkedButtonBindings", MemberParameters = new object[]
132 {
133 typeof(int),
136 typeof(bool)
137 }, ReturnType = typeof(void))]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "GetState", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(GUIControllerMappingState))]
139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
141 {
142 throw null;
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x6000282")]
146 [global::Cpp2ILInjected.Address(RVA = "0x7123B4", Offset = "0x7123B4", Length = "0x6DC")]
147 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
148 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
149 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "RemoveButtonBindings", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "ClearLinkedButtonBindings", MemberParameters = new object[]
153 {
154 typeof(int),
157 }, ReturnType = typeof(void))]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "GetState", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(GUIControllerMappingState))]
159 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
161 {
162 throw null;
163 }
164
165 [global::Cpp2ILInjected.Token(Token = "0x6000283")]
166 [global::Cpp2ILInjected.Address(RVA = "0x712A90", Offset = "0x712A90", Length = "0xCB8")]
167 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
168 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIPanel), Member = "Draw", MemberParameters = new object[]
170 {
172 typeof(bool),
176 }, ReturnType = typeof(void))]
177 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
178 {
180 typeof(Item),
181 typeof(string),
182 typeof(bool),
183 typeof(ref float),
184 typeof(bool),
185 typeof(bool),
186 typeof(bool),
187 typeof(bool)
188 }, ReturnType = typeof(GUITransactionButton.InputState))]
189 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControlAnchor), Member = "get__gridItemRegion", ReturnType = typeof(Rectangle))]
190 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "RegisterOverlay", MemberParameters = new object[]
191 {
194 }, ReturnType = typeof(void))]
195 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "GetTitle", ReturnType = typeof(string))]
196 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIString), Member = "Draw", MemberParameters = new object[]
197 {
199 typeof(string)
200 }, ReturnType = typeof(void))]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "DrawWithBanner", MemberParameters = new object[]
202 {
206 typeof(Item),
207 typeof(string),
208 typeof(bool),
209 typeof(ref float),
210 typeof(bool),
211 typeof(bool),
212 typeof(bool),
213 typeof(bool),
214 typeof(bool),
215 typeof(bool)
216 }, ReturnType = typeof(GUITransactionButton.InputState))]
217 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
218 {
219 typeof(int),
220 typeof(int),
221 typeof(int),
222 typeof(int),
223 typeof(float),
224 typeof(float)
225 }, ReturnType = typeof(SoundEffectInstance))]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionManager), Member = "UnregisterPickingInterceptor", MemberParameters = new object[] { typeof(GUIInputRegionExclusive) }, ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "get_ActiveController", ReturnType = typeof(ControllerDevice))]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerDevice), Member = "GetAxis", MemberParameters = new object[] { typeof(Axis) }, ReturnType = typeof(float))]
229 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_HasMappingExcludeLinked", ReturnType = typeof(bool))]
230 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionVector), Member = "get_RequiredStateExcludeLinked", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
231 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "FromButton", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(GUIControllerInputButton.LinkedControlType))]
232 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionAxis), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionAxis.Entry))]
233 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControlsBanner), Member = "FromAxis", MemberParameters = new object[]
234 {
235 typeof(Axis),
236 typeof(float)
238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerInputButton), Member = "GetAxisTexureInformation", MemberParameters = new object[]
239 {
242 typeof(int)
244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_HasMapping", ReturnType = typeof(bool))]
245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_RequiredState", ReturnType = typeof(ControllerActionButton.RequiredButtonState))]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton), Member = "get_FirstEntry", ReturnType = typeof(ControllerActionButton.Entry))]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerInputButton), Member = "GetButtonTexureInformation", MemberParameters = new object[]
248 {
251 typeof(int)
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(LocalizedText))]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
255 {
259 typeof(string),
260 typeof(bool),
261 typeof(ref float),
263 typeof(bool),
264 typeof(bool),
265 typeof(bool),
266 typeof(bool)
267 }, ReturnType = typeof(GUITransactionButton.InputState))]
268 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionExclusive.IsOverHandler), Member = ".ctor", MemberParameters = new object[]
269 {
270 typeof(object),
272 }, ReturnType = typeof(void))]
273 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionManager), Member = "RegisterPickingInterceptor", MemberParameters = new object[] { typeof(GUIInputRegionExclusive.IsOverHandler) }, ReturnType = typeof(GUIInputRegionExclusive))]
274 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerDevice), Member = "ButtonState", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
275 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "RebindAxis", MemberParameters = new object[]
276 {
278 typeof(Axis),
279 typeof(Axis),
280 typeof(int)
281 }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ItemTooltip), Member = "InvalidateTooltips", ReturnType = typeof(void))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
284 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappings), Member = "RefreshConfigurationState", ReturnType = typeof(void))]
285 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "GetAxisThreshold", MemberParameters = new object[]
286 {
288 typeof(ref float)
289 }, ReturnType = typeof(Axis))]
290 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerDevice), Member = "ButtonUp", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerDevice), Member = "ButtonTime", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(float))]
292 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(KeyboardInput), Member = "GetKeyUp", MemberParameters = new object[] { typeof(KeyCode) }, ReturnType = typeof(bool))]
293 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIKeyboardMappings), Member = "DisableEscapeKeyUsage", ReturnType = typeof(void))]
294 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
295 {
298 typeof(int)
299 }, ReturnType = typeof(void))]
300 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
301 {
304 typeof(int)
305 }, ReturnType = typeof(void))]
306 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 28)]
307 public override void Draw()
308 {
309 throw null;
310 }
311
312 [global::Cpp2ILInjected.Token(Token = "0x6000284")]
313 [global::Cpp2ILInjected.Address(RVA = "0x713BF0", Offset = "0x713BF0", Length = "0x50")]
314 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
315 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
316 public override float GetElementHeight()
317 {
318 throw null;
319 }
320
321 [global::Cpp2ILInjected.Token(Token = "0x6000285")]
322 [global::Cpp2ILInjected.Address(RVA = "0x713C40", Offset = "0x713C40", Length = "0xC4")]
323 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SoundEngine), Member = "PlaySound", MemberParameters = new object[]
325 {
326 typeof(int),
327 typeof(int),
328 typeof(int),
329 typeof(int),
330 typeof(float),
331 typeof(float)
332 }, ReturnType = typeof(SoundEffectInstance))]
333 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIInputRegionManager), Member = "UnregisterPickingInterceptor", MemberParameters = new object[] { typeof(GUIInputRegionExclusive) }, ReturnType = typeof(void))]
334 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
336 {
337 throw null;
338 }
339
340 [global::Cpp2ILInjected.Token(Token = "0x6000286")]
341 [global::Cpp2ILInjected.Address(RVA = "0x7137F4", Offset = "0x7137F4", Length = "0xAC")]
342 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "Draw", ReturnType = typeof(void))]
343 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
344 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
345 {
346 typeof(string),
347 typeof(string)
348 }, ReturnType = typeof(string))]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(LocalizedText))]
350 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
351 private string GetTitle()
352 {
353 throw null;
354 }
355
356 // Note: this type is marked as 'beforefieldinit'.
357 [global::Cpp2ILInjected.Token(Token = "0x6000287")]
358 [global::Cpp2ILInjected.Address(RVA = "0x713D04", Offset = "0x713D04", Length = "0x4C")]
359 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
360 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
362 {
363 throw null;
364 }
365
366 [global::Cpp2ILInjected.Token(Token = "0x4000237")]
367 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
369
370 [global::Cpp2ILInjected.Token(Token = "0x4000238")]
371 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
373
374 [global::Cpp2ILInjected.Token(Token = "0x4000239")]
375 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
377
378 [global::Cpp2ILInjected.Token(Token = "0x400023A")]
379 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
381
382 [global::Cpp2ILInjected.Token(Token = "0x400023B")]
383 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
384 private float buttonScale;
385
386 [global::Cpp2ILInjected.Token(Token = "0x400023C")]
387 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4C")]
388 private float scale;
389
390 [global::Cpp2ILInjected.Token(Token = "0x400023D")]
391 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
392 private bool drawingOverlay;
393
394 [global::Cpp2ILInjected.Token(Token = "0x400023E")]
395 private static int LastButtonMapped;
396
397 [global::Cpp2ILInjected.Token(Token = "0x400023F")]
398 [global::Cpp2ILInjected.FieldOffset(Offset = "0x51")]
399 public bool displayOptions;
400
401 [global::Cpp2ILInjected.Token(Token = "0x4000240")]
402 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
404}
class f__AnonymousType0<< Count > j__TPar
GUISettingID
GUIControllerMappingStateTable Table
void RebindAxis(ControllerActionVector actionAxis, Axis x, Axis y, int stateIndex)
GUIControllerMappingEntry(ControllerActionVector action, GUIControllerMappingStateTable table)
void RebindButton(ControllerActionButton actionButton, Buttons axisButton, int stateIndex)
GUIControllerMappingState _state
void RebindButton(ControllerActionButton actionButton, AxisButtons axisButton, int stateIndex)
void RemoveAxisBindings(ControllerActionVector actionAxis)
bool IsOverOptions(Microsoft.Xna.Framework.Vector2 cursorPosition)
GUIInputRegionExclusive _optionsBlocker
GUIControllerMappingEntry(ControllerActionButton buttonMapping, GUIControllerMappingStateTable table)
delegate bool IsOverHandler(Vector2 cursorPosition)