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

◆ ZoneDirtLayerHeight

bool Terraria.Player.ZoneDirtLayerHeight
getset

Definition at line 3120 of file Player.cs.

3121 {
3122 get
3123 {
3124 return zone3[2];
3125 }
3126 set
3127 {
3128 zone3[2] = value;
3129 }
3130 }
BitsByte zone3
Definition Player.cs:1053