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

◆ DrawHeldProjInFrontOfHeldItemAndArms()

static void Terraria.ModLoader.ProjectileLoader.DrawHeldProjInFrontOfHeldItemAndArms ( Projectile projectile,
ref bool flag )
inlinestatic

Definition at line 659 of file ProjectileLoader.cs.

660 {
661 if (projectile.ModProjectile != null)
662 {
663 flag = projectile.ModProjectile.DrawHeldProjInFrontOfHeldItemAndArms;
664 }
665 }

References Terraria.Projectile.ModProjectile.

Referenced by Terraria.DataStructures.PlayerDrawSet.BoringSetup_2().

+ Here is the caller graph for this function: