Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TowersDefeated
bool
Terraria.NPC.TowersDefeated
static
get
Definition at line
797
of file
NPC.cs
.
798
{
799
get
800
{
801
if
(
TowerActiveSolar
&&
TowerActiveVortex
&&
TowerActiveNebula
)
802
{
803
return
TowerActiveStardust
;
804
}
805
return
false
;
806
}
807
}
Terraria.NPC.TowerActiveStardust
static bool TowerActiveStardust
Definition
NPC.cs:417
Terraria.NPC.TowerActiveVortex
static bool TowerActiveVortex
Definition
NPC.cs:413
Terraria.NPC.TowerActiveSolar
static bool TowerActiveSolar
Definition
NPC.cs:411
Terraria.NPC.TowerActiveNebula
static bool TowerActiveNebula
Definition
NPC.cs:415
Terraria
NPC
Generated by
1.10.0