terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ InitialiseWorldMappings()

override void GUIControllerMappingScheme_Console.InitialiseWorldMappings ( GUIControllerMappingState normal,
GUIControllerMappingState left,
GUIControllerMappingState right )
inlineprotectedvirtual

Reimplemented from GUIControllerMappingScheme.

Definition at line 14 of file GUIControllerMappingScheme_Console.cs.

15 {
34 if (axisButtonBindings3 == null || axisButtonBindings3 != null)
35 {
37 if (axisButtonBindings3 == null || axisButtonBindings3 != null)
38 {
42 if (normal == null || normal != null)
43 {
45 if (normal == null || normal != null)
46 {
47 return;
48 }
49 }
50 }
51 }
53 }
class f__AnonymousType0<< Count > j__TPar
static bool IsCurrentPlatform(DrPlatform.DrPlatformType platform)
Definition DrPlatform.cs:49
ControllerActionButton[] AxisButtonBindings
ControllerActionButton[] ButtonBindings

References GUIControllerMappingState.AxisBindings, GUIControllerMappingState.AxisButtonBindings, GUIControllerMappingState.ButtonBindings, DrPlatform.IsCurrentPlatform(), and j__TPar.