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

◆ Navigate()

GUIControllerItem GUIControllerHotbarRadial.Navigate ( Vector2 navigationVector)
inline

Implements GUIControllerItem.

Definition at line 24 of file GUIControllerHotbarRadial.cs.

25 {
26 /*
27An exception occurred when decompiling this method (0600037F)
28
29ICSharpCode.Decompiler.DecompilerException: Error decompiling GUIControllerItem GUIControllerHotbarRadial::Navigate(Microsoft.Xna.Framework.Vector2)
30
31 ---> System.Exception: Basic block has to end with unconditional control flow.
32{
33 IL_003B:
34 stloc:int32(var_10_41, ldfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this)))
35 stloc:int32(var_11_49, ldfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this)))
36 stloc:int32(var_12_51, ldfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this)))
37 stloc:int32(var_13_59, ldfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this)))
38 stfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this), ldloc:int32(var_13_59))
39 stloc:int32(var_14_69, ldfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this)))
40 stloc:int32(var_15_71, ldfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this)))
41 stfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this), ldloc:int32(var_15_71))
42 stloc:int32(var_16_81, ldfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this)))
43 stloc:int32(var_17_89, ldfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this)))
44 stfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this), ldloc:int32(var_17_89))
45 stloc:int32(var_18_99, ldfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this)))
46 stfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this), ldloc:int32(var_18_99))
47 stloc:int32(var_20_AD, ldfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this)))
48 stloc:int32(var_21_B5, ldfld:int32(GUIControllerHotbarRadial::selectedColumn, ldloc:GUIControllerHotbarRadial(this)))
49 stloc:int32(var_22_BD, ldfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this)))
50 stfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this), ldloc:int32(var_22_BD))
51 stloc:int32(var_23_CD, ldfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this)))
52 stfld:int32(GUIControllerHotbarRadial::selectedRow, ldloc:GUIControllerHotbarRadial(this), ldloc:int32(var_23_CD))
53}
54
55 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
56 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
57 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
58 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
59 --- End of inner exception stack trace ---
60 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
61 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
62*/;
63 }