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

◆ ZoneUnderworldHeight

bool Terraria.Player.ZoneUnderworldHeight
getset

Definition at line 3144 of file Player.cs.

3145 {
3146 get
3147 {
3148 return zone3[4];
3149 }
3150 set
3151 {
3152 zone3[4] = value;
3153 }
3154 }
BitsByte zone3
Definition Player.cs:1053

Referenced by Terraria.WorldGen.RandomizeBackgroundBasedOnPlayer().