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
DrPlatformEditorData.cs
Go to the documentation of this file.
1using System;
2using UnityEngine;
3
4// Token: 0x0200003D RID: 61
6{
7 // Token: 0x0600014D RID: 333 RVA: 0x00004384 File Offset: 0x00002584
8 private void Awake()
9 {
10 }
11
12 // Token: 0x17000063 RID: 99
13 // (get) Token: 0x0600014E RID: 334 RVA: 0x00004394 File Offset: 0x00002594
14 // (set) Token: 0x0600014F RID: 335 RVA: 0x000043C0 File Offset: 0x000025C0
16 {
17 get
18 {
19 /*
20An exception occurred when decompiling this method (0600014E)
21
22ICSharpCode.Decompiler.DecompilerException: Error decompiling DrEditorProfile DrPlatformEditorData::get_ActiveProfile()
23
24 ---> System.Exception: Basic block has to end with unconditional control flow.
25{
26 Block_0:
27 stloc:string(var_1_15, ldfld:string(DrEditorProfile::RootFolder, ldfld:class DrEditorProfile[][exp:DrEditorProfile](DrPlatformEditorData::EditorProfiles, ldloc:DrPlatformEditorData(this))))
28 stfld:DrEditorProfile(DrPlatformEditorData::_activeProfile, ldloc:DrPlatformEditorData(this), ldloc:bool[exp:DrEditorProfile](var_0_06))
29}
30
31 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
32 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
33 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
34 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
35 --- End of inner exception stack trace ---
36 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
37 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
38*/;
39 }
40 set
41 {
43 }
44 }
45
46 // Token: 0x06000150 RID: 336 RVA: 0x000043D4 File Offset: 0x000025D4
48 {
49 }
50
51 // Token: 0x040000DF RID: 223
53
54 // Token: 0x040000E0 RID: 224
55 public bool ForcePlatform;
56
57 // Token: 0x040000E1 RID: 225
59
60 // Token: 0x040000E2 RID: 226
61 public bool ForceSKU;
62
63 // Token: 0x040000E3 RID: 227
65
66 // Token: 0x040000E4 RID: 228
68
69 // Token: 0x040000E5 RID: 229
71
72 // Token: 0x040000E6 RID: 230
74
75 // Token: 0x040000E7 RID: 231
77
78 // Token: 0x040000E8 RID: 232
80
81 // Token: 0x040000E9 RID: 233
83
84 // Token: 0x040000EA RID: 234
86
87 // Token: 0x040000EB RID: 235
88 public bool EditorIsTrial;
89
90 // Token: 0x040000EC RID: 236
91 public bool EditorSwitchJoyCon;
92
93 // Token: 0x040000ED RID: 237
94 public bool EditorMouseAsTouch;
95
96 // Token: 0x040000EE RID: 238
97 public bool EditorIsChromebook;
98
99 // Token: 0x040000EF RID: 239
100 public bool UseProfiles;
101
102 // Token: 0x040000F0 RID: 240
103 public bool ValidateSetup;
104
105 // Token: 0x040000F1 RID: 241
106 private bool _firstProfileAccess = true;
107
108 // Token: 0x040000F2 RID: 242
110
111 // Token: 0x040000F3 RID: 243
113
114 // Token: 0x040000F4 RID: 244
116}
class f__AnonymousType0<< Count > j__TPar
DrPlatform.DrSKUType ForcedSKU
static DrPlatformEditorData Instance
DrEditorProfile[] EditorProfiles
DrEditorProfile ActiveProfile
DrPlatform.DrPlatformType ForcedPlatform