Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TowersDefeated

bool Terraria.NPC.TowersDefeated
staticget

Definition at line 797 of file NPC.cs.

798 {
799 get
800 {
802 {
803 return TowerActiveStardust;
804 }
805 return false;
806 }
807 }
static bool TowerActiveStardust
Definition NPC.cs:417
static bool TowerActiveVortex
Definition NPC.cs:413
static bool TowerActiveSolar
Definition NPC.cs:411
static bool TowerActiveNebula
Definition NPC.cs:415