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

◆ hasJumpOption_Sandstorm

bool Terraria.Player.hasJumpOption_Sandstorm
setpackage

Definition at line 3482 of file Player.cs.

3483 {
3484 set
3485 {
3486 if (value)
3487 {
3489 return;
3490 }
3491 throw new ArgumentException("Forgot to comment out a hasJumpOption_X = false statement");
3492 }
3493 }

Referenced by Terraria.Player.ApplyEquipFunctional().