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
PlayerInteractionAnchor.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000647 RID: 1607
8 {
9 // Token: 0x060036D4 RID: 14036 RVA: 0x00220998 File Offset: 0x0021EB98
10 public PlayerInteractionAnchor(int entityID, int x = -1, int y = -1)
11 {
13 this.Y = x;
14 this.Y = y;
15 }
16
17 // Token: 0x170006A5 RID: 1701
18 // (get) Token: 0x060036D5 RID: 14037 RVA: 0x000021DB File Offset: 0x000003DB
19 public bool InUse
20 {
21 get
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25 }
26
27 // Token: 0x060036D6 RID: 14038 RVA: 0x002209BC File Offset: 0x0021EBBC
28 public void Clear()
29 {
30 }
31
32 // Token: 0x060036D7 RID: 14039 RVA: 0x002209CC File Offset: 0x0021EBCC
33 public void Set(int entityID, int x, int y)
34 {
36 this.Y = x;
37 this.Y = y;
38 }
39
40 // Token: 0x060036D8 RID: 14040 RVA: 0x002209F0 File Offset: 0x0021EBF0
42 {
43 if (!true)
44 {
45 return;
46 }
47 }
48
49 // Token: 0x060036D9 RID: 14041 RVA: 0x00220A04 File Offset: 0x0021EC04
51 {
52 bool flag = this.IsInValidUseTileEntity();
53 if (!true)
54 {
55 return;
56 }
57 }
58
59 // Token: 0x040077DE RID: 30686
60 public int interactEntityID;
61
62 // Token: 0x040077DF RID: 30687
63 public int X;
64
65 // Token: 0x040077E0 RID: 30688
66 public int Y;
67 }
68}
class f__AnonymousType0<< Count > j__TPar
PlayerInteractionAnchor(int entityID, int x=-1, int y=-1)