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

◆ ZoneNormalUnderground

bool Terraria.Player.ZoneNormalUnderground
get

Shorthand for.

ZonePurity && ZoneDirtLayerHeight

Definition at line 4648 of file Player.cs.

4649 {
4650 get
4651 {
4652 if (ZonePurity)
4653 {
4654 return ZoneDirtLayerHeight;
4655 }
4656 return false;
4657 }
4658 }
bool ZonePurity
The zone property storing if the player is not in any particular biome. Updated in M:Terraria....
Definition Player.cs:4619
bool ZoneDirtLayerHeight
If true, then this player is underground (F:Terraria.Main.worldSurface) but above the Caverns layer (...
Definition Player.cs:3978