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
GUIControllerMultiplayerHost.cs
Go to the documentation of this file.
1using System;
4
5// Token: 0x02000098 RID: 152
7{
8 // Token: 0x0600039E RID: 926 RVA: 0x0000BF7C File Offset: 0x0000A17C
9 public void Activate()
10 {
11 }
12
13 // Token: 0x0600039F RID: 927 RVA: 0x000021DB File Offset: 0x000003DB
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18
19 // Token: 0x060003A0 RID: 928 RVA: 0x0000BF8C File Offset: 0x0000A18C
21 {
22 /*
23An exception occurred when decompiling this method (060003A0)
24
25ICSharpCode.Decompiler.DecompilerException: Error decompiling GUIControllerItem GUIControllerMultiplayerHost::Navigate(Microsoft.Xna.Framework.Vector2)
26
27 ---> System.Exception: Basic block has to end with unconditional control flow.
28{
29 Block_0:
30 stloc:int32(var_0_06, ldfld:int32(GUIControllerMultiplayerHost::selectionIndex, ldloc:GUIControllerMultiplayerHost(this)))
31 stloc:int32(var_1_0D, ldfld:int32(GUIControllerMultiplayerHost::selectionIndex, ldloc:GUIControllerMultiplayerHost(this)))
32 stloc:int32(var_2_14, ldfld:int32(GUIControllerMultiplayerHost::selectionIndex, ldloc:GUIControllerMultiplayerHost(this)))
33 stloc:int32(var_3_1B, ldfld:int32(GUIControllerMultiplayerHost::selectionIndex, ldloc:GUIControllerMultiplayerHost(this)))
34 stloc:int32(var_4_1D, ldc.i4:int32(2))
35 stfld:int32(GUIControllerMultiplayerHost::selectionIndex, ldloc:GUIControllerMultiplayerHost(this), ldloc:int32(var_4_1D))
36}
37
38 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
39 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
40 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
41 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
42 --- End of inner exception stack trace ---
43 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
44 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
45*/;
46 }
47
48 // Token: 0x060003A1 RID: 929 RVA: 0x0000BFC0 File Offset: 0x0000A1C0
50 {
52 }
53
54 // Token: 0x060003A2 RID: 930 RVA: 0x0000BFD4 File Offset: 0x0000A1D4
56 {
57 }
58
59 // Token: 0x060003A3 RID: 931 RVA: 0x0000BFE4 File Offset: 0x0000A1E4
61 {
62 int num = 1;
65 return rectangle;
66 }
67
68 // Token: 0x060003A4 RID: 932 RVA: 0x0000C008 File Offset: 0x0000A208
70 {
71 }
72
73 // Token: 0x04000386 RID: 902
75
76 // Token: 0x04000387 RID: 903
77 public int selectionIndex;
78}
class f__AnonymousType0<< Count > j__TPar
GUIControllerItem Navigate(Vector2 navigationVector)