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

◆ hasJumpOption_Sail

bool Terraria.Player.hasJumpOption_Sail
setpackage

Definition at line 3521 of file Player.cs.

3522 {
3523 set
3524 {
3525 if (value)
3526 {
3528 return;
3529 }
3530 throw new ArgumentException("Forgot to comment out a hasJumpOption_X = false statement");
3531 }
3532 }

Referenced by Terraria.Player.ApplyEquipFunctional().