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

◆ ShouldDrawFootball()

bool Terraria.Player.ShouldDrawFootball ( )
inline

Definition at line 33968 of file Player.cs.

33969 {
33970 bool result = hasFootball && !pulley && !compositeBackArm.enabled;
33971 if (HeldItem.type == 4743 && itemAnimation > 0)
33972 {
33973 result = false;
33974 }
33975 return result;
33976 }
CompositeArmData compositeBackArm
Definition Player.cs:1541

References Terraria.Item.type.