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
RightSideHUDAnchorUpdator.cs
Go to the documentation of this file.
1using System;
5
6// Token: 0x020001B9 RID: 441
7public static class RightSideHUDAnchorUpdator
8{
9 // Token: 0x17000140 RID: 320
10 // (get) Token: 0x06000BC4 RID: 3012 RVA: 0x0003AAD0 File Offset: 0x00038CD0
11 // (set) Token: 0x06000BC5 RID: 3013 RVA: 0x0003AAE4 File Offset: 0x00038CE4
12 public static bool UseCollpasedCoinsAmmo
13 {
14 get
15 {
16 /*
17An exception occurred when decompiling this method (06000BC4)
18
19ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean RightSideHUDAnchorUpdator::get_UseCollpasedCoinsAmmo()
20
21 ---> System.Exception: Basic block has to end with unconditional control flow.
22{
23 Block_0:
24 call:void(RightSideHUDAnchorUpdator::Update)
25}
26
27 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
28 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
29 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
30 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
31 --- End of inner exception stack trace ---
32 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
33 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
34*/;
35 }
36 set
37 {
38 }
39 }
40
41 // Token: 0x17000141 RID: 321
42 // (get) Token: 0x06000BC6 RID: 3014 RVA: 0x000021DB File Offset: 0x000003DB
43 // (set) Token: 0x06000BC7 RID: 3015 RVA: 0x0003AAF4 File Offset: 0x00038CF4
44 public static bool AllowSecondRow
45 {
46 get
47 {
48 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
49 }
50 set
51 {
52 }
53 }
54
55 // Token: 0x17000142 RID: 322
56 // (get) Token: 0x06000BC8 RID: 3016 RVA: 0x000021DB File Offset: 0x000003DB
57 // (set) Token: 0x06000BC9 RID: 3017 RVA: 0x0003AB04 File Offset: 0x00038D04
58 public static int AllowRowHeight
59 {
60 get
61 {
62 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
63 }
64 set
65 {
66 }
67 }
68
69 // Token: 0x17000143 RID: 323
70 // (get) Token: 0x06000BCA RID: 3018 RVA: 0x000021DB File Offset: 0x000003DB
71 // (set) Token: 0x06000BCB RID: 3019 RVA: 0x0003AB14 File Offset: 0x00038D14
72 public static bool AllowDraw
73 {
74 get
75 {
76 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
77 }
78 set
79 {
80 }
81 }
82
83 // Token: 0x17000144 RID: 324
84 // (get) Token: 0x06000BCC RID: 3020 RVA: 0x000021DB File Offset: 0x000003DB
85 // (set) Token: 0x06000BCD RID: 3021 RVA: 0x0003AB24 File Offset: 0x00038D24
86 private static int currentFrame
87 {
88 get
89 {
90 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
91 }
92 set
93 {
94 }
95 }
96
97 // Token: 0x06000BCE RID: 3022 RVA: 0x0003AB34 File Offset: 0x00038D34
109
110 // Token: 0x04000EA2 RID: 3746
111 public const int HUD_Height = 246;
112
113 // Token: 0x04000EA3 RID: 3747
114 public const int HUD_Width = 220;
115
116 // Token: 0x04000EA4 RID: 3748
117 public const int HUD_Width2 = 178;
118}
class f__AnonymousType0<< Count > j__TPar
List< GUIPageIconGrouping > LeftGroupings
List< GUIPageIconGrouping > RightGroupings
static InterfaceProfile_Layout Active