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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
Terraria.IO
;
4
using
Terraria.WorldBuilding
;
5
6
namespace
Terraria.GameContent.Generation
7
{
8
// Token: 0x020008D5 RID: 2261
9
public
sealed
class
WorldGenLegacyMethod
:
MulticastDelegate
10
{
11
// Token: 0x0600459B RID: 17819 RVA: 0x002550D4 File Offset: 0x002532D4
12
public
WorldGenLegacyMethod
(
object
@
object
,
IntPtr
method
)
13
{
14
this.method_ptr
=
method
;
15
this.m_target
= @object;
16
this.method
=
method
;
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
{
23
IntPtr
method_code
= this.
method_code
;
24
IntPtr
invoke_impl
= this.
invoke_impl
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.AsyncCallback
Definition
AsyncCallback.cs:9
System.Delegate.method_code
IntPtr method_code
Definition
Delegate.cs:386
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.Delegate.invoke_impl
IntPtr invoke_impl
Definition
Delegate.cs:371
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
Terraria.GameContent.Generation.WorldGenLegacyMethod.Invoke
void Invoke(GenerationProgress progress, GameConfiguration configuration)
Definition
WorldGenLegacyMethod.cs:21
Terraria.GameContent.Generation.WorldGenLegacyMethod.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
WorldGenLegacyMethod.cs:35
Terraria.GameContent.Generation.WorldGenLegacyMethod.WorldGenLegacyMethod
WorldGenLegacyMethod(object @object, IntPtr method)
Definition
WorldGenLegacyMethod.cs:12
Terraria.GameContent.Generation.WorldGenLegacyMethod.BeginInvoke
IAsyncResult BeginInvoke(GenerationProgress progress, GameConfiguration configuration, AsyncCallback callback, object @object)
Definition
WorldGenLegacyMethod.cs:29
Terraria.GameContent.Generation.WorldGenLegacyMethod
Definition
WorldGenLegacyMethod.cs:10
Terraria.IO.GameConfiguration
Definition
GameConfiguration.cs:8
Terraria.WorldBuilding.GenerationProgress
Definition
GenerationProgress.cs:7
System.IAsyncResult
Definition
IAsyncResult.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System
Definition
__ComObject.cs:4
Terraria.GameContent.Generation
Definition
ActionGrass.cs:7
Terraria.IO
Definition
ChestInfo_OldMobile.cs:5
Terraria.WorldBuilding
Definition
Actions.cs:9
System.IntPtr
Definition
IntPtr.cs:13
source
Terraria
GameContent
Generation
WorldGenLegacyMethod.cs
Generated by
1.10.0