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
WaitForSecondsRealtime.cs
Go to the documentation of this file.
1using System;
4
5namespace UnityEngine
6{
7 // Token: 0x020000C1 RID: 193
9 {
10 // Token: 0x170000B2 RID: 178
11 // (get) Token: 0x0600034D RID: 845 RVA: 0x00006CD8 File Offset: 0x00004ED8
12 // (set) Token: 0x0600034E RID: 846 RVA: 0x00006CEC File Offset: 0x00004EEC
13 public float waitTime
14 {
16 get
17 {
18 /*
19An exception occurred when decompiling this method (0600034D)
20
21ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Single UnityEngine.WaitForSecondsRealtime::get_waitTime()
22
23 ---> System.Exception: Basic block has to end with unconditional control flow.
24{
25 Block_0:
26 stloc:float32(var_0_06, ldfld:float32(WaitForSecondsRealtime::<waitTime>k__BackingField, ldloc:WaitForSecondsRealtime(this)))
27}
28
29 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
30 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
31 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
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 88
33 --- End of inner exception stack trace ---
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 92
35 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
36*/;
37 }
39 set
40 {
41 }
42 }
43
44 // Token: 0x170000B3 RID: 179
45 // (get) Token: 0x0600034F RID: 847 RVA: 0x00006CFC File Offset: 0x00004EFC
46 public override bool keepWaiting
47 {
48 get
49 {
50 float waitUntilTime = this.m_WaitUntilTime;
51 throw new MissingMethodException();
52 }
53 }
54
55 // Token: 0x06000350 RID: 848 RVA: 0x00006D30 File Offset: 0x00004F30
56 public WaitForSecondsRealtime(float time)
57 {
58 }
59
60 // Token: 0x06000351 RID: 849 RVA: 0x00006D50 File Offset: 0x00004F50
61 public override void Reset()
62 {
63 this.m_WaitUntilTime = (float)49024;
64 }
65
66 // Token: 0x04000374 RID: 884
69 private float <waitTime>k__BackingField;
70
71 // Token: 0x04000375 RID: 885
72 private float m_WaitUntilTime = (float)49024;
73 }
74}
class f__AnonymousType0<< Count > j__TPar