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
PlayerLoopSystem.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000173 RID: 371
8 [MovedFrom("UnityEngine.Experimental.LowLevel")]
9 public struct PlayerLoopSystem
10 {
11 // Token: 0x060006E3 RID: 1763 RVA: 0x000021B3 File Offset: 0x000003B3
12 public override string ToString()
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x04000670 RID: 1648
18 public Type type;
19
20 // Token: 0x04000671 RID: 1649
22
23 // Token: 0x04000672 RID: 1650
25
26 // Token: 0x04000673 RID: 1651
28
29 // Token: 0x04000674 RID: 1652
31
32 // Token: 0x02000174 RID: 372
33 public sealed class UpdateFunction : MulticastDelegate
34 {
35 // Token: 0x060006E4 RID: 1764 RVA: 0x0000C504 File Offset: 0x0000A704
36 public UpdateFunction(object @object, IntPtr method)
37 {
39 this.m_target = @object;
41 this.method_code = this;
42 }
43
44 // Token: 0x060006E5 RID: 1765 RVA: 0x0000C558 File Offset: 0x0000A758
45 public void Invoke()
46 {
49 IntPtr method = this.method;
50 }
51 }
52 }
53}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
PlayerLoopSystem.UpdateFunction updateDelegate