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.
1using System;
3using Terraria.ID;
4
5namespace Terraria
6{
7 // Token: 0x0200043E RID: 1086
9 {
10 // Token: 0x060028E1 RID: 10465 RVA: 0x00197240 File Offset: 0x00195440
11 public TileChangeReceivedEvent(object @object, IntPtr method)
12 {
14 this.m_target = @object;
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 {
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}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
void Invoke(int x, int y, int count, TileChangeType type)
IAsyncResult BeginInvoke(int x, int y, int count, TileChangeType type, AsyncCallback callback, object @object)
TileChangeReceivedEvent(object @object, IntPtr method)