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

◆ hasJumpOption_WallOfFleshGoat

bool Terraria.Player.hasJumpOption_WallOfFleshGoat
setpackage

Definition at line 3560 of file Player.cs.

3561 {
3562 set
3563 {
3564 if (value)
3565 {
3566 GetJumpState<GoatMountJump>().Enable();
3567 return;
3568 }
3569 throw new ArgumentException("Forgot to comment out a hasJumpOption_X = false statement");
3570 }
3571 }