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
GUIControllerMappingStateTable.cs
Go to the documentation of this file.
1using System;
3using Controller;
6using Terraria.IO;
7
8[global::Cpp2ILInjected.Token(Token = "0x200007C")]
10{
11 [global::Cpp2ILInjected.Token(Token = "0x60002C1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x9BB918", Offset = "0x9BB918", Length = "0x19C")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ControllerMappingProfile), Member = ".ctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingScheme), Member = ".ctor", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 50)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = ".ctor", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionButton.RequiredButtonState), Member = ".ctor", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x60002C2")]
28 [global::Cpp2ILInjected.Address(RVA = "0x9BBAB4", Offset = "0x9BBAB4", Length = "0xB8")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetupUIMappingState", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetupWorldUIMappingState", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupWorldRequiredStateOverloads", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupMappings", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
39 public bool IsAnyLeftButtonConflict(Buttons button)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x60002C3")]
45 [global::Cpp2ILInjected.Address(RVA = "0x9BBB6C", Offset = "0x9BBB6C", Length = "0xB8")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetupUIMappingState", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetupWorldUIMappingState", MemberParameters = new object[] { typeof(ControllerActionButton) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupWorldRequiredStateOverloads", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupMappings", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightButtonConflict", MemberParameters = new object[] { typeof(Buttons) }, ReturnType = typeof(bool))]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x60002C4")]
62 [global::Cpp2ILInjected.Address(RVA = "0x9BBC24", Offset = "0x9BBC24", Length = "0xEC")]
63 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
64 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupWorldRequiredStateOverloads", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupMappings", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftAxisButtonConflict", MemberParameters = new object[] { typeof(AxisButtons) }, ReturnType = typeof(bool))]
67 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftAxisButtonConflict", MemberParameters = new object[] { typeof(AxisButtons) }, ReturnType = typeof(bool))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x60002C5")]
77 [global::Cpp2ILInjected.Address(RVA = "0x9BBD10", Offset = "0x9BBD10", Length = "0xEC")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupWorldRequiredStateOverloads", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupMappings", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightAxisButtonConflict", MemberParameters = new object[] { typeof(AxisButtons) }, ReturnType = typeof(bool))]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightAxisButtonConflict", MemberParameters = new object[] { typeof(AxisButtons) }, ReturnType = typeof(bool))]
85 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x60002C6")]
92 [global::Cpp2ILInjected.Address(RVA = "0x9BBDFC", Offset = "0x9BBDFC", Length = "0x14C")]
93 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupWorldRequiredStateOverloads", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupMappings", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftAxisConflict", MemberParameters = new object[] { typeof(Axis) }, ReturnType = typeof(bool))]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyLeftAxisConflict", MemberParameters = new object[] { typeof(Axis) }, ReturnType = typeof(bool))]
100 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
101 public bool IsAnyLeftAxisConflict(Axis axis)
102 {
103 throw null;
104 }
105
106 [global::Cpp2ILInjected.Token(Token = "0x60002C7")]
107 [global::Cpp2ILInjected.Address(RVA = "0x9BBF48", Offset = "0x9BBF48", Length = "0x14C")]
108 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
109 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupWorldRequiredStateOverloads", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "SetupMappings", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
111 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightAxisConflict", MemberParameters = new object[] { typeof(Axis) }, ReturnType = typeof(bool))]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "IsAnyRightAxisConflict", MemberParameters = new object[] { typeof(Axis) }, ReturnType = typeof(bool))]
115 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
116 public bool IsAnyRightAxisConflict(Axis axis)
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x60002C8")]
122 [global::Cpp2ILInjected.Address(RVA = "0x9BC094", Offset = "0x9BC094", Length = "0x3C")]
123 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "Backup", ReturnType = typeof(void))]
124 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
125 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "Copy", MemberParameters = new object[] { typeof(GUIControllerMappingState) }, ReturnType = typeof(void))]
126 public void Backup()
127 {
128 throw null;
129 }
130
131 [global::Cpp2ILInjected.Token(Token = "0x60002C9")]
132 [global::Cpp2ILInjected.Address(RVA = "0x9BC0D0", Offset = "0x9BC0D0", Length = "0x3C")]
133 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "RestoreBackup", ReturnType = typeof(void))]
134 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
135 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "Copy", MemberParameters = new object[] { typeof(GUIControllerMappingState) }, ReturnType = typeof(void))]
136 public void RestoreBackup()
137 {
138 throw null;
139 }
140
141 [global::Cpp2ILInjected.Token(Token = "0x60002CA")]
142 [global::Cpp2ILInjected.Address(RVA = "0x9BC10C", Offset = "0x9BC10C", Length = "0xA0")]
143 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
144 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "ClearMappingStates", ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetMapping", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingState), Member = "LoadConfiguration", MemberParameters = new object[]
147 {
148 typeof(string),
150 typeof(ref bool),
153 }, ReturnType = typeof(void))]
154 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
155 public void ClearMappings()
156 {
157 throw null;
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x60002CB")]
161 [global::Cpp2ILInjected.Address(RVA = "0x9BC1AC", Offset = "0x9BC1AC", Length = "0xBC")]
162 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
163 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadMappingValues", ReturnType = typeof(void))]
164 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "LoadMappingValues", ReturnType = typeof(void))]
165 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "SetupMappings", MemberParameters = new object[] { typeof(GUIControllerMappingStateTable) }, ReturnType = typeof(void))]
167 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingStateTable), Member = "LoadMappingValues", ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
170 public void LoadMappingValues()
171 {
172 throw null;
173 }
174
175 [global::Cpp2ILInjected.Token(Token = "0x60002CC")]
176 [global::Cpp2ILInjected.Address(RVA = "0x9BC268", Offset = "0x9BC268", Length = "0x54")]
177 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadConfiguration", MemberParameters = new object[]
178 {
180 typeof(bool)
181 }, ReturnType = typeof(void))]
182 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
183 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "TransferMapping", MemberParameters = new object[]
184 {
187 }, ReturnType = typeof(void))]
189 {
190 throw null;
191 }
192
193 [global::Cpp2ILInjected.Token(Token = "0x60002CD")]
194 [global::Cpp2ILInjected.Address(RVA = "0x9BC2BC", Offset = "0x9BC2BC", Length = "0xF4")]
195 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SaveConfiguration", MemberParameters = new object[] { typeof(Preferences) }, ReturnType = typeof(void))]
196 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
198 {
199 typeof(string),
200 typeof(string)
201 }, ReturnType = typeof(string))]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "SaveConfiguration", MemberParameters = new object[]
203 {
204 typeof(string),
206 }, ReturnType = typeof(void))]
207 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
209 {
210 throw null;
211 }
212
213 [global::Cpp2ILInjected.Token(Token = "0x60002CE")]
214 [global::Cpp2ILInjected.Address(RVA = "0x9BC3B0", Offset = "0x9BC3B0", Length = "0x134")]
215 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "LoadConfiguration", MemberParameters = new object[]
216 {
218 typeof(bool)
219 }, ReturnType = typeof(void))]
220 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
221 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
222 {
223 typeof(string),
224 typeof(string)
225 }, ReturnType = typeof(string))]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "LoadConfiguration", MemberParameters = new object[]
227 {
228 typeof(string),
230 typeof(ref bool),
233 }, ReturnType = typeof(void))]
234 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
239
240 [global::Cpp2ILInjected.Token(Token = "0x60002CF")]
241 [global::Cpp2ILInjected.Address(RVA = "0x9BC4E4", Offset = "0x9BC4E4", Length = "0x60")]
242 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "RefreshConfigurationState", ReturnType = typeof(void))]
243 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 18)]
244 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "IsSame", MemberParameters = new object[] { typeof(GUIControllerMappingState) }, ReturnType = typeof(bool))]
246 {
247 throw null;
248 }
249
250 [global::Cpp2ILInjected.Token(Token = "0x60002D0")]
251 [global::Cpp2ILInjected.Address(RVA = "0x9BC544", Offset = "0x9BC544", Length = "0x48")]
252 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetMapping", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
253 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
254 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "Copy", MemberParameters = new object[] { typeof(GUIControllerMappingState) }, ReturnType = typeof(void))]
256 {
257 throw null;
258 }
259
260 [global::Cpp2ILInjected.Token(Token = "0x60002D1")]
261 [global::Cpp2ILInjected.Address(RVA = "0x9BC58C", Offset = "0x9BC58C", Length = "0xAC")]
262 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
263 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ControllerMappingProfile), Member = ".ctor", ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "SetupMappings", ReturnType = typeof(void))]
265 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingScheme), Member = ".ctor", MemberParameters = new object[] { typeof(GUIControllerMappings.MappingType) }, ReturnType = typeof(void))]
266 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 41)]
267 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
269 {
270 throw null;
271 }
272
273 [global::Cpp2ILInjected.Token(Token = "0x60002D2")]
274 [global::Cpp2ILInjected.Address(RVA = "0x9BC638", Offset = "0x9BC638", Length = "0xF4")]
275 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
276 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappings), Member = "UpdateUIInteractionOverloads", MemberParameters = new object[] { typeof(GUIControllerMappings.InteractionOverloadState) }, ReturnType = typeof(void))]
277 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingStateTable), Member = "DisableConflictingActions", MemberParameters = new object[]
278 {
280 typeof(bool)
281 }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIControllerMappingState), Member = "DisableConflictingActions", MemberParameters = new object[] { typeof(GUIControllerMappingState) }, ReturnType = typeof(void))]
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(GUIControllerMappingStateTable), Member = "DisableConflictingActions", MemberParameters = new object[]
286 {
288 typeof(bool)
289 }, ReturnType = typeof(void))]
290 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
292 {
293 throw null;
294 }
295
296 [global::Cpp2ILInjected.Token(Token = "0x60002D3")]
297 [global::Cpp2ILInjected.Address(RVA = "0x9BC72C", Offset = "0x9BC72C", Length = "0x2C")]
298 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
299 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindAxis", MemberParameters = new object[]
300 {
302 typeof(Axis),
303 typeof(Axis),
304 typeof(int)
305 }, ReturnType = typeof(void))]
306 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
307 {
310 typeof(int)
311 }, ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
313 {
316 typeof(int)
317 }, ReturnType = typeof(void))]
318 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
320 {
321 throw null;
322 }
323
324 [global::Cpp2ILInjected.Token(Token = "0x60002D4")]
325 [global::Cpp2ILInjected.Address(RVA = "0x9BC758", Offset = "0x9BC758", Length = "0x35C")]
326 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
327 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
328 {
331 typeof(int)
332 }, ReturnType = typeof(void))]
333 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
334 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
336 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
338 {
339 throw null;
340 }
341
342 [global::Cpp2ILInjected.Token(Token = "0x60002D5")]
343 [global::Cpp2ILInjected.Address(RVA = "0x9BCAB4", Offset = "0x9BCAB4", Length = "0x3C8")]
344 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
345 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindAxis", MemberParameters = new object[]
346 {
348 typeof(Axis),
349 typeof(Axis),
350 typeof(int)
351 }, ReturnType = typeof(void))]
352 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
353 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "GetAxisThreshold", MemberParameters = new object[]
354 {
356 typeof(ref float)
357 }, ReturnType = typeof(Axis))]
358 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
359 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
360 public void ClearLinkedAxisBindings(int stateIndex, Axis x, Axis y, bool tableOnly = false)
361 {
362 throw null;
363 }
364
365 [global::Cpp2ILInjected.Token(Token = "0x60002D6")]
366 [global::Cpp2ILInjected.Address(RVA = "0x9BCE7C", Offset = "0x9BCE7C", Length = "0x334")]
367 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
368 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
369 {
372 typeof(int)
373 }, ReturnType = typeof(void))]
374 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
375 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ControllerActionManager), Member = "GetAxisThreshold", MemberParameters = new object[]
376 {
378 typeof(ref float)
379 }, ReturnType = typeof(Axis))]
380 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
381 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
382 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
384 {
385 throw null;
386 }
387
388 [global::Cpp2ILInjected.Token(Token = "0x60002D7")]
389 [global::Cpp2ILInjected.Address(RVA = "0x9BD1B0", Offset = "0x9BD1B0", Length = "0xB4")]
390 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
391 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RemoveBinding", ReturnType = typeof(void))]
392 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
393 {
396 typeof(int)
397 }, ReturnType = typeof(void))]
398 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = "RebindButton", MemberParameters = new object[]
399 {
402 typeof(int)
403 }, ReturnType = typeof(void))]
404 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
406 {
407 throw null;
408 }
409
410 [global::Cpp2ILInjected.Token(Token = "0x400031C")]
411 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
413
414 [global::Cpp2ILInjected.Token(Token = "0x400031D")]
415 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
417
418 [global::Cpp2ILInjected.Token(Token = "0x400031E")]
419 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
421
422 [global::Cpp2ILInjected.Token(Token = "0x400031F")]
423 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
425
426 [global::Cpp2ILInjected.Token(Token = "0x4000320")]
427 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
429
430 [global::Cpp2ILInjected.Token(Token = "0x4000321")]
431 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
433
434 [global::Cpp2ILInjected.Token(Token = "0x4000322")]
435 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
437
438 [global::Cpp2ILInjected.Token(Token = "0x4000323")]
439 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
441}
class f__AnonymousType0<< Count > j__TPar
void LoadConfiguration(string configurationTable, Preferences preferences, ref bool mappingsCleared, List< ControllerActionButton > allowedButtons, List< ControllerActionAxis > allowedAxis)
GUIControllerMappingStateTable LinkedChildState
void ClearLinkedAxisBindings(int stateIndex, Axis x, Axis y, bool tableOnly=false)
GUIControllerMappingState GetState(int stateIndex)
void SaveConfiguration(string configurationTable, Preferences preferences)
void ClearLinkedButtonBindings(int stateIndex, AxisButtons axisButton, List< ControllerActionButton > allowedActions=null, bool tableOnly=false)
void Copy(GUIControllerMappingStateTable other)
void ClearLinkedButtonBindings(int stateIndex, Buttons button, List< ControllerActionButton > allowedActions=null)
bool IsAnyRightAxisButtonConflict(AxisButtons button)
void RemoveButtonBindings(ControllerActionButton actionButton)
bool IsSame(GUIControllerMappingStateTable other)
void DisableConflictingActions(GUIControllerMappingStateTable other, bool altDisableFaceBindings=true)
bool IsAnyLeftAxisButtonConflict(AxisButtons button)
void TransferMapping(ControllerActionButton button, GUIControllerMappingStateTable other)
void SetChildState(GUIControllerMappingStateTable childState)
List< GUIControllerMappingStateTable > LinkedParentStates