TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
hasJumpOption_Sandstorm
bool Terraria.Player.hasJumpOption_Sandstorm
set
package
Definition at line
3482
of file
Player.cs
.
3483
{
3484
set
3485
{
3486
if
(value)
3487
{
3488
GetJumpState<SandstormInABottleJump>
().Enable();
3489
return
;
3490
}
3491
throw
new
ArgumentException
(
"Forgot to comment out a hasJumpOption_X = false statement"
);
3492
}
3493
}
List
Referenced by
Terraria.Player.ApplyEquipFunctional()
.
Terraria
Player
Generated by
1.10.0