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

◆ ZoneRockLayerHeight

bool Terraria.Player.ZoneRockLayerHeight
getset

Definition at line 3132 of file Player.cs.

3133 {
3134 get
3135 {
3136 return zone3[3];
3137 }
3138 set
3139 {
3140 zone3[3] = value;
3141 }
3142 }
BitsByte zone3
Definition Player.cs:1053