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

◆ Equals()

override bool Microsoft.Xna.Framework.Input.MouseState.Equals ( object obj)
inline

Definition at line 79 of file MouseState.cs.

80 {
81 /*
82An exception occurred when decompiling this method (0600163F)
83
84ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean Microsoft.Xna.Framework.Input.MouseState::Equals(System.Object)
85
86 ---> System.Exception: Basic block has to end with unconditional control flow.
87{
88 IL_0003:
89 stloc:ButtonState(var_1_0B, ldfld:ButtonState(MouseState::_xButton1, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
90 stloc:int32(var_2_12, ldfld:int32(MouseState::_horizontalScrollWheelValue, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
91 stloc:int32(var_3_19, ldfld:int32(MouseState::_horizontalScrollWheelValue, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
92 stloc:ButtonState(var_4_20, ldfld:ButtonState(MouseState::_rightButton, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
93 stloc:ButtonState(var_5_28, ldfld:ButtonState(MouseState::_xButton1, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
94 stloc:int32(var_6_30, ldfld:int32(MouseState::_scrollWheelValue, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
95 stloc:ButtonState(var_7_38, ldfld:ButtonState(MouseState::_rightButton, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
96 stloc:int32(var_8_40, ldfld:int32(MouseState::_x, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
97 stloc:int32(var_9_48, ldfld:int32(MouseState::_scrollWheelValue, ldloc:valuetype Microsoft.Xna.Framework.Input.MouseState&(this)))
98}
99
100 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
101 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
102 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
103 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
104 --- End of inner exception stack trace ---
105 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
106 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
107*/;
108 }