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

◆ ZoneRockLayerHeight

bool Terraria.Player.ZoneRockLayerHeight
getset

If true, then this player is in the Caverns layer (F:Terraria.Main.rockLayer) but not in the Underworld (P:Terraria.Main.UnderworldLayer).

Definition at line 3992 of file Player.cs.

3993 {
3994 get
3995 {
3996 return zone3[3];
3997 }
3998 set
3999 {
4000 zone3[3] = value;
4001 }
4002 }
BitsByte zone3
Definition Player.cs:1528

Referenced by Terraria.Player.UpdateBiomes().