TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
hasJumpOption_Fart
bool Terraria.Player.hasJumpOption_Fart
set
package
Definition at line
3508
of file
Player.cs
.
3509
{
3510
set
3511
{
3512
if
(value)
3513
{
3514
GetJumpState<FartInAJarJump>
().Enable();
3515
return
;
3516
}
3517
throw
new
ArgumentException
(
"Forgot to comment out a hasJumpOption_X = false statement"
);
3518
}
3519
}
List
Referenced by
Terraria.Player.ApplyEquipFunctional()
.
Terraria
Player
Generated by
1.10.0