Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryingToHoverUp

bool Terraria.Player.TryingToHoverUp
get

Definition at line 3399 of file Player.cs.

3400 {
3401 get
3402 {
3403 if (!controlUp)
3404 {
3405 return tryKeepingHoveringUp;
3406 }
3407 return true;
3408 }
3409 }
bool tryKeepingHoveringUp
Definition Player.cs:1459