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

◆ ZoneNormalSpace

bool Terraria.Player.ZoneNormalSpace
get

Shorthand for.

ZonePurity && ZoneSkyHeight

Definition at line 4661 of file Player.cs.

4662 {
4663 get
4664 {
4665 if (ZonePurity)
4666 {
4667 return ZoneSkyHeight;
4668 }
4669 return false;
4670 }
4671 }
bool ZonePurity
The zone property storing if the player is not in any particular biome. Updated in M:Terraria....
Definition Player.cs:4619
bool ZoneSkyHeight
If true, then this player is the top 35% of the world. NOTE: Vanilla uses a lot of different condit...
Definition Player.cs:3948