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

◆ ModifyHitNPC()

virtual void Terraria.ModLoader.ModNPC.ModifyHitNPC ( NPC target,
ref NPC::HitModifiers modifiers )
inlinevirtual

Allows you to modify the damage, knockback, etc., that this NPC does to a friendly NPC.
Runs in single player or on the server.

Parameters
target
modifiers

Definition at line 455 of file ModNPC.cs.

456 {
457 }