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

◆ UsingDpadHotbar()

bool Terraria.GameInput.PlayerInputProfile.UsingDpadHotbar ( )
inline

Definition at line 112 of file PlayerInputProfile.cs.

113 {
114 /*
115An exception occurred when decompiling this method (060039F7)
116
117ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean Terraria.GameInput.PlayerInputProfile::UsingDpadHotbar()
118
119 ---> System.Exception: Basic block has to end with unconditional control flow.
120{
121 Block_0:
122 stloc:int32[](var_0_0B, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
123 stloc:int32[](var_2_17, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
124 stloc:int32[](var_4_23, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
125 stloc:int32[](var_6_30, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
126 stloc:int32[](var_8_3D, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
127 stloc:int32[](var_10_4A, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
128 stloc:int32[](var_12_57, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
129 stloc:int32[](var_14_64, ldfld:int32[](Dictionary`2::_buckets, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<valuetype Terraria.GameInput.InputMode, class Terraria.GameInput.KeyConfiguration>[exp:Dictionary`2](PlayerInputProfile::InputModes, ldloc:PlayerInputProfile(this))))
130}
131
132 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
133 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
134 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
135 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
136 --- End of inner exception stack trace ---
137 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
138 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
139*/;
140 }