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

◆ ShouldActivateModule()

override bool UnityEngine.EventSystems.StandaloneInputModule.ShouldActivateModule ( )
inlinevirtual

Reimplemented from UnityEngine.EventSystems.BaseInputModule.

Definition at line 269 of file StandaloneInputModule.cs.

270 {
271 /*
272An exception occurred when decompiling this method (060006A7)
273
274ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean UnityEngine.EventSystems.StandaloneInputModule::ShouldActivateModule()
275
276 ---> System.Exception: Basic block has to end with unconditional control flow.
277{
278 Block_0:
279 stloc:bool(var_0_06, call:bool(BaseInputModule::ShouldActivateModule, ldloc:StandaloneInputModule[exp:BaseInputModule](this)))
280 stloc:bool(var_1_0D, ldfld:bool(StandaloneInputModule::m_ForceModuleActive, ldloc:StandaloneInputModule(this)))
281 stloc:BaseInput(var_2_14, callgetter:BaseInput(BaseInputModule::get_input, ldloc:StandaloneInputModule[exp:BaseInputModule](this)))
282 stloc:string(var_3_1B, ldfld:string(StandaloneInputModule::m_SubmitButton, ldloc:StandaloneInputModule(this)))
283 stloc:BaseInput(var_4_22, callgetter:BaseInput(BaseInputModule::get_input, ldloc:StandaloneInputModule[exp:BaseInputModule](this)))
284 stloc:string(var_5_2A, ldfld:string(StandaloneInputModule::m_CancelButton, ldloc:StandaloneInputModule(this)))
285 stloc:BaseInput(var_6_32, callgetter:BaseInput(BaseInputModule::get_input, ldloc:StandaloneInputModule[exp:BaseInputModule](this)))
286 stloc:string(var_7_3A, ldfld:string(StandaloneInputModule::m_HorizontalAxis, ldloc:StandaloneInputModule(this)))
287 stloc:BaseInput(var_8_42, callgetter:BaseInput(BaseInputModule::get_input, ldloc:StandaloneInputModule[exp:BaseInputModule](this)))
288 stloc:string(var_9_4A, ldfld:string(StandaloneInputModule::m_VerticalAxis, ldloc:StandaloneInputModule(this)))
289 stloc:float32(var_10_57, ldfld:float32(Vector2::x, ldfld:Vector2[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector2&](StandaloneInputModule::m_LastMousePosition, ldloc:StandaloneInputModule(this))))
290 stloc:float32(var_11_64, ldfld:float32(Vector2::y, ldfld:Vector2[exp:valuetype [UnityEngine.CoreModule]UnityEngine.Vector2&](StandaloneInputModule::m_LastMousePosition, ldloc:StandaloneInputModule(this))))
291 stloc:BaseInput(var_12_6C, callgetter:BaseInput(BaseInputModule::get_input, ldloc:StandaloneInputModule[exp:BaseInputModule](this)))
292 stloc:BaseInput(var_13_74, callgetter:BaseInput(BaseInputModule::get_input, ldloc:StandaloneInputModule[exp:BaseInputModule](this)))
293}
294
295 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
296 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
297 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
298 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
299 --- End of inner exception stack trace ---
300 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
301 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
302*/;
303 }