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

◆ ZoneUnderworldHeight

bool Terraria.Player.ZoneUnderworldHeight
getset

If true, then this player is in the Underworld (P:Terraria.Main.UnderworldLayer).

Definition at line 4007 of file Player.cs.

4008 {
4009 get
4010 {
4011 return zone3[4];
4012 }
4013 set
4014 {
4015 zone3[4] = value;
4016 }
4017 }
BitsByte zone3
Definition Player.cs:1528

Referenced by Terraria.Player.InZonePurity(), Terraria.WorldGen.RandomizeBackgroundBasedOnPlayer(), and Terraria.Player.UpdateBiomes().