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

◆ OnHitByProjectile()

static void Terraria.ModLoader.CombinedHooks.OnHitByProjectile ( Player player,
Projectile projectile,
in Player::HurtInfo hurtInfo )
inlinestatic

Definition at line 229 of file CombinedHooks.cs.

230 {
231 ProjectileLoader.OnHitPlayer(projectile, player, in hurtInfo);
232 PlayerLoader.OnHitByProjectile(player, projectile, in hurtInfo);
233 }

References Terraria.ModLoader.PlayerLoader.OnHitByProjectile(), and Terraria.ModLoader.ProjectileLoader.OnHitPlayer().

Referenced by Terraria.ModLoader.PlayerLoader.OnHurt().

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