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
ContainerTransferContext.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200061D RID: 1565
9 {
10 // Token: 0x060035CC RID: 13772 RVA: 0x000021DB File Offset: 0x000003DB
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15
16 // Token: 0x060035CD RID: 13773 RVA: 0x000021DB File Offset: 0x000003DB
17 public static ContainerTransferContext FromBlockPosition(int x, int y)
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x060035CE RID: 13774 RVA: 0x00211A8C File Offset: 0x0020FC8C
24 {
25 }
26
27 // Token: 0x060035CF RID: 13775 RVA: 0x00211A9C File Offset: 0x0020FC9C
29 {
31 }
32
33 // Token: 0x060035D0 RID: 13776 RVA: 0x00211AB0 File Offset: 0x0020FCB0
35 {
36 Vector2 position = this._position;
37 Vector2 vector;
38 return vector;
39 }
40
41 // Token: 0x040076A3 RID: 30371
43
44 // Token: 0x040076A4 RID: 30372
46 }
47}
class f__AnonymousType0<< Count > j__TPar
static ContainerTransferContext FromUnknown(Player player)
static ContainerTransferContext FromProjectile(Projectile projectile)
static ContainerTransferContext FromBlockPosition(int x, int y)