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

◆ sandStorm

bool Terraria.Player.sandStorm
getset

Definition at line 3364 of file Player.cs.

3365 {
3366 get
3367 {
3369 {
3371 }
3372 return false;
3373 }
3374 set
3375 {
3376 _sandStormLogicEnabled = value;
3377 }
3378 }
bool _sandStormLogicEnabled
Definition Player.cs:1327

Referenced by Terraria.Player.HorizontalMovement(), Terraria.Player.PlayerFrame(), and Terraria.Player.Update().