Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CountsAsACritter
bool
Terraria.NPC.CountsAsACritter
get
Definition at line
852
of file
NPC.cs
.
853
{
854
get
855
{
856
if
(
lifeMax
<= 5 &&
damage
== 0 &&
type
!= 594)
857
{
858
return
type
!= 686;
859
}
860
return
false
;
861
}
862
}
Terraria.NPC.damage
int damage
Definition
NPC.cs:461
Terraria.NPC.lifeMax
int lifeMax
Definition
NPC.cs:479
Terraria.NPC.type
int type
Definition
NPC.cs:445
Terraria
NPC
Generated by
1.10.0