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
WorldGenLegacyMethod.cs
Go to the documentation of this file.
1using System;
3using Terraria.IO;
5
7{
8 // Token: 0x020008D5 RID: 2261
10 {
11 // Token: 0x0600459B RID: 17819 RVA: 0x002550D4 File Offset: 0x002532D4
12 public WorldGenLegacyMethod(object @object, IntPtr method)
13 {
15 this.m_target = @object;
17 this.method_code = this;
18 }
19
20 // Token: 0x0600459C RID: 17820 RVA: 0x00255134 File Offset: 0x00253334
21 public void Invoke(GenerationProgress progress, GameConfiguration configuration)
22 {
25 IntPtr method = this.method;
26 }
27
28 // Token: 0x0600459D RID: 17821 RVA: 0x000021DB File Offset: 0x000003DB
29 public IAsyncResult BeginInvoke(GenerationProgress progress, GameConfiguration configuration, AsyncCallback callback, object @object)
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x0600459E RID: 17822 RVA: 0x00255158 File Offset: 0x00253358
35 public void EndInvoke(IAsyncResult result)
36 {
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
void Invoke(GenerationProgress progress, GameConfiguration configuration)
IAsyncResult BeginInvoke(GenerationProgress progress, GameConfiguration configuration, AsyncCallback callback, object @object)