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

◆ GetClubPropertiesFromGolfHelper()

static ClubProperties Terraria.GameContent.Golf.GolfHelper.GetClubPropertiesFromGolfHelper ( Projectile golfHelper)
inlinestatic

Definition at line 360 of file GolfHelper.cs.

361 {
362 return GetClubProperties((short)Main.player[golfHelper.owner].HeldItem.type);
363 }
static ClubProperties GetClubProperties(short itemId)

References Terraria.GameContent.Golf.GolfHelper.GetClubProperties(), Terraria.Projectile.owner, and Terraria.Main.player.

Referenced by Terraria.GameContent.Golf.GolfHelper.CalculateShotStrength().