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

◆ downedTowers

bool Terraria.NPC.downedTowers
staticget

Definition at line 1479 of file NPC.cs.

1480 {
1481 get
1482 {
1484 {
1485 return downedTowerStardust;
1486 }
1487 return false;
1488 }
1489 }
static bool downedTowerSolar
Denotes whether or not the Solar Pillar has been defeated at least once in the current world.
Definition NPC.cs:892
static bool downedTowerVortex
Denotes whether or not the Vortex Pillar has been defeated at least once in the current world.
Definition NPC.cs:897
static bool downedTowerStardust
Denotes whether or not the Stardust Pillar has been defeated at least once in the current world.
Definition NPC.cs:907
static bool downedTowerNebula
Denotes whether or not the Nebula Pillar has been defeated at least once in the current world.
Definition NPC.cs:902