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

◆ Flight()

bool Terraria.Mount.Flight ( )
inline

Definition at line 2538 of file Mount.cs.

2539 {
2540 if (_flyTime <= 0)
2541 {
2542 return false;
2543 }
2544 _flyTime--;
2545 return true;
2546 }

References Terraria.Mount._flyTime.

Referenced by Terraria.Player.Update(), and Terraria.Mount.UpdateFrame().

+ Here is the caller graph for this function: