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

◆ ZoneOverworldHeight

bool Terraria.Player.ZoneOverworldHeight
getset

If true, then this player is above ground (F:Terraria.Main.worldSurface) but not in space (P:Terraria.Player.ZoneSkyHeight).

Definition at line 3962 of file Player.cs.

3963 {
3964 get
3965 {
3966 return zone3[1];
3967 }
3968 set
3969 {
3970 zone3[1] = value;
3971 }
3972 }
BitsByte zone3
Definition Player.cs:1528

Referenced by Terraria.GameContent.RGB.CommonConditions.UndergroundBiome.InDesert(), Terraria.GameContent.RGB.CommonConditions.UndergroundBiome.InIce(), and Terraria.Player.UpdateBiomes().