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

◆ hasJumpOption_Blizzard

bool Terraria.Player.hasJumpOption_Blizzard
setpackage

Definition at line 3495 of file Player.cs.

3496 {
3497 set
3498 {
3499 if (value)
3500 {
3502 return;
3503 }
3504 throw new ArgumentException("Forgot to comment out a hasJumpOption_X = false statement");
3505 }
3506 }

Referenced by Terraria.Player.ApplyEquipFunctional().