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

◆ ModifyHitByProjectile()

virtual void Terraria.ModLoader.GlobalNPC.ModifyHitByProjectile ( NPC npc,
Projectile projectile,
ref NPC::HitModifiers modifiers )
inlinevirtualinherited

Allows you to modify the damage, knockback, etc., that an NPC takes from a projectile.

Parameters
npc
projectile
modifiers

Definition at line 438 of file GlobalNPC.cs.

439 {
440 }