TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
hasJumpOption_Basilisk
bool Terraria.Player.hasJumpOption_Basilisk
set
package
Definition at line
3573
of file
Player.cs
.
3574
{
3575
set
3576
{
3577
if
(value)
3578
{
3579
GetJumpState<BasiliskMountJump>
().Enable();
3580
return
;
3581
}
3582
throw
new
ArgumentException
(
"Forgot to comment out a hasJumpOption_X = false statement"
);
3583
}
3584
}
List
Terraria
Player
Generated by
1.10.0