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

◆ CanHitPvpWithProj()

static bool Terraria.ModLoader.CombinedHooks.CanHitPvpWithProj ( Projectile projectile,
Player target )
inlinestatic

Definition at line 235 of file CombinedHooks.cs.

236 {
237 if (ProjectileLoader.CanHitPvp(projectile, target))
238 {
239 return PlayerLoader.CanHitPvpWithProj(projectile, target);
240 }
241 return false;
242 }

References Terraria.ModLoader.ProjectileLoader.CanHitPvp(), and Terraria.ModLoader.PlayerLoader.CanHitPvpWithProj().

Referenced by Terraria.Projectile.Damage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: