TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
hasJumpOption_Sail
bool Terraria.Player.hasJumpOption_Sail
set
package
Definition at line
3521
of file
Player.cs
.
3522
{
3523
set
3524
{
3525
if
(value)
3526
{
3527
GetJumpState<TsunamiInABottleJump>
().Enable();
3528
return
;
3529
}
3530
throw
new
ArgumentException
(
"Forgot to comment out a hasJumpOption_X = false statement"
);
3531
}
3532
}
List
Referenced by
Terraria.Player.ApplyEquipFunctional()
.
Terraria
Player
Generated by
1.10.0