TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
hasJumpOption_Blizzard
bool Terraria.Player.hasJumpOption_Blizzard
set
package
Definition at line
3495
of file
Player.cs
.
3496
{
3497
set
3498
{
3499
if
(value)
3500
{
3501
GetJumpState<BlizzardInABottleJump>
().Enable();
3502
return
;
3503
}
3504
throw
new
ArgumentException
(
"Forgot to comment out a hasJumpOption_X = false statement"
);
3505
}
3506
}
List
Referenced by
Terraria.Player.ApplyEquipFunctional()
.
Terraria
Player
Generated by
1.10.0