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

◆ ZoneSandstorm

bool Terraria.Player.ZoneSandstorm
getset

Definition at line 4043 of file Player.cs.

4044 {
4045 get
4046 {
4047 return zone3[7];
4048 }
4049 set
4050 {
4051 zone3[7] = value;
4052 }
4053 }
BitsByte zone3
Definition Player.cs:1528

Referenced by Terraria.Player.Update(), and Terraria.Player.UpdateBiomes().