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
AnchorDataModule.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Terraria.DataStructures
;
4
5
namespace
Terraria.Modules
6
{
7
// Token: 0x02000546 RID: 1350
8
public
class
AnchorDataModule
9
{
10
// Token: 0x060032E9 RID: 13033 RVA: 0x001FDE90 File Offset: 0x001FC090
11
public
AnchorDataModule
([Optional]
AnchorDataModule
copyFrom
)
12
{
13
if
(
copyFrom
!=
null
)
14
{
15
int
checkStart =
copyFrom
.top.checkStart;
16
AnchorData
anchorData
=
copyFrom
.top;
17
this.top.checkStart
= checkStart;
18
this.top
=
anchorData
;
19
int
checkStart2
=
copyFrom
.bottom.checkStart;
20
this.bottom.checkStart
=
checkStart2
;
21
int
checkStart3
=
copyFrom
.left.checkStart;
22
AnchorData
anchorData2
=
copyFrom
.left;
23
this.left.checkStart
=
checkStart3
;
24
this.left
=
anchorData2
;
25
int
checkStart4
=
copyFrom
.right.
checkStart
;
26
this.right.checkStart
=
checkStart4
;
27
bool
flag =
copyFrom
.wall;
28
return
;
29
}
30
long
num = 0
L
;
31
this.wall
= num != 0
L
;
32
}
33
34
// Token: 0x04003BD7 RID: 15319
35
public
AnchorData
top
;
36
37
// Token: 0x04003BD8 RID: 15320
38
public
AnchorData
bottom
;
39
40
// Token: 0x04003BD9 RID: 15321
41
public
AnchorData
left
;
42
43
// Token: 0x04003BDA RID: 15322
44
public
AnchorData
right
;
45
46
// Token: 0x04003BDB RID: 15323
47
public
bool
wall
;
48
}
49
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.Modules.AnchorDataModule.wall
bool wall
Definition
AnchorDataModule.cs:47
Terraria.Modules.AnchorDataModule.left
AnchorData left
Definition
AnchorDataModule.cs:41
Terraria.Modules.AnchorDataModule.right
AnchorData right
Definition
AnchorDataModule.cs:44
Terraria.Modules.AnchorDataModule.AnchorDataModule
AnchorDataModule([Optional] AnchorDataModule copyFrom)
Definition
AnchorDataModule.cs:11
Terraria.Modules.AnchorDataModule.top
AnchorData top
Definition
AnchorDataModule.cs:35
Terraria.Modules.AnchorDataModule.bottom
AnchorData bottom
Definition
AnchorDataModule.cs:38
Terraria.Modules.AnchorDataModule
Definition
AnchorDataModule.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
Terraria.DataStructures
Definition
AEntitySource_OnHit.cs:4
Terraria.Modules
Definition
AnchorDataModule.cs:6
Terraria.DataStructures.AnchorData.checkStart
int checkStart
Definition
AnchorData.cs:61
Terraria.DataStructures.AnchorData
Definition
AnchorData.cs:8
source
Terraria
Modules
AnchorDataModule.cs
Generated by
1.10.0