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

◆ hasJumpOption_Fart

bool Terraria.Player.hasJumpOption_Fart
setpackage

Definition at line 3508 of file Player.cs.

3509 {
3510 set
3511 {
3512 if (value)
3513 {
3515 return;
3516 }
3517 throw new ArgumentException("Forgot to comment out a hasJumpOption_X = false statement");
3518 }
3519 }

Referenced by Terraria.Player.ApplyEquipFunctional().