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

◆ OnHitNPC()

virtual void Terraria.ModLoader.ModNPC.OnHitNPC ( NPC target,
NPC::HitInfo hit )
inlinevirtual

Allows you to create special effects when this NPC hits a friendly NPC.
Runs in single player or on the server.

Parameters
target
hit

Definition at line 465 of file ModNPC.cs.

466 {
467 }