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

◆ ShouldDrawWingsThatAreAlwaysAnimated()

bool Terraria.Player.ShouldDrawWingsThatAreAlwaysAnimated ( )
inline

Definition at line 28507 of file Player.cs.

28508 {
28509 if ((velocity.Y != 0f || grappling[0] != -1) && (!wet || !ShouldFloatInWater))
28510 {
28511 return !mount.Active;
28512 }
28513 return false;
28514 }
Vector2 velocity
Definition Entity.cs:16
bool Active
Definition Mount.cs:345
bool ShouldFloatInWater
Definition Player.cs:3348
int[] grappling
Definition Player.cs:2305