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
LiquidDeathModule.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
Terraria.Modules
5
{
6
// Token: 0x02000548 RID: 1352
7
public
class
LiquidDeathModule
8
{
9
// Token: 0x060032EB RID: 13035 RVA: 0x001FDF9C File Offset: 0x001FC19C
10
public
LiquidDeathModule
([Optional]
LiquidDeathModule
copyFrom
)
11
{
12
if
(
copyFrom
!=
null
)
13
{
14
bool
flag =
copyFrom
.water;
15
bool
flag2
=
copyFrom
.lava;
16
return
;
17
}
18
long
num = 0
L
;
19
long
num2
= 0
L
;
20
this.water
= num != 0
L
;
21
this.lava
=
num2
!= 0
L
;
22
}
23
24
// Token: 0x04003BE0 RID: 15328
25
public
bool
water
;
26
27
// Token: 0x04003BE1 RID: 15329
28
public
bool
lava
;
29
}
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.Modules.LiquidDeathModule.LiquidDeathModule
LiquidDeathModule([Optional] LiquidDeathModule copyFrom)
Definition
LiquidDeathModule.cs:10
Terraria.Modules.LiquidDeathModule.lava
bool lava
Definition
LiquidDeathModule.cs:28
Terraria.Modules.LiquidDeathModule.water
bool water
Definition
LiquidDeathModule.cs:25
Terraria.Modules.LiquidDeathModule
Definition
LiquidDeathModule.cs:8
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
Terraria.Modules
Definition
AnchorDataModule.cs:6
source
Terraria
Modules
LiquidDeathModule.cs
Generated by
1.10.0