TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
hasJumpOption_Unicorn
bool Terraria.Player.hasJumpOption_Unicorn
set
package
Definition at line
3534
of file
Player.cs
.
3535
{
3536
set
3537
{
3538
if
(value)
3539
{
3540
GetJumpState<UnicornMountJump>
().Enable();
3541
return
;
3542
}
3543
throw
new
ArgumentException
(
"Forgot to comment out a hasJumpOption_X = false statement"
);
3544
}
3545
}
List
Terraria
Player
Generated by
1.10.0