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
TileChangeReceivedEvent.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
using
Terraria.ID
;
4
5
namespace
Terraria
6
{
7
// Token: 0x0200043E RID: 1086
8
public
sealed
class
TileChangeReceivedEvent
:
MulticastDelegate
9
{
10
// Token: 0x060028E1 RID: 10465 RVA: 0x00197240 File Offset: 0x00195440
11
public
TileChangeReceivedEvent
(
object
@
object
,
IntPtr
method
)
12
{
13
this.method_ptr
=
method
;
14
this.m_target
= @object;
15
this.method
=
method
;
16
this.method_code
=
this
;
17
}
18
19
// Token: 0x060028E2 RID: 10466 RVA: 0x00197294 File Offset: 0x00195494
20
public
void
Invoke
(
int
x,
int
y,
int
count
,
TileChangeType
type)
21
{
22
IntPtr
method_code
= this.
method_code
;
23
IntPtr
invoke_impl
= this.
invoke_impl
;
24
IntPtr
method
= this.
method
;
25
}
26
27
// Token: 0x060028E3 RID: 10467 RVA: 0x000021DB File Offset: 0x000003DB
28
public
IAsyncResult
BeginInvoke
(
int
x,
int
y,
int
count
,
TileChangeType
type,
AsyncCallback
callback,
object
@
object
)
29
{
30
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
31
}
32
33
// Token: 0x060028E4 RID: 10468 RVA: 0x001972B8 File Offset: 0x001954B8
34
public
void
EndInvoke
(
IAsyncResult
result)
35
{
36
}
37
}
38
}
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.TileChangeReceivedEvent.Invoke
void Invoke(int x, int y, int count, TileChangeType type)
Definition
TileChangeReceivedEvent.cs:20
Terraria.TileChangeReceivedEvent.BeginInvoke
IAsyncResult BeginInvoke(int x, int y, int count, TileChangeType type, AsyncCallback callback, object @object)
Definition
TileChangeReceivedEvent.cs:28
Terraria.TileChangeReceivedEvent.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
TileChangeReceivedEvent.cs:34
Terraria.TileChangeReceivedEvent.TileChangeReceivedEvent
TileChangeReceivedEvent(object @object, IntPtr method)
Definition
TileChangeReceivedEvent.cs:11
Terraria.TileChangeReceivedEvent
Definition
TileChangeReceivedEvent.cs:9
System.IAsyncResult
Definition
IAsyncResult.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.ExceptionArgument.count
@ count
System
Definition
__ComObject.cs:4
Terraria.ID.TileChangeType
TileChangeType
Definition
TileChangeType.cs:7
Terraria.ID
Definition
AchievementHelperID.cs:4
Terraria
Definition
Achievement.cs:10
System.IntPtr
Definition
IntPtr.cs:13
source
Terraria
TileChangeReceivedEvent.cs
Generated by
1.10.0