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

◆ ModifyHitPlayer()

virtual void Terraria.ModLoader.GlobalNPC.ModifyHitPlayer ( NPC npc,
Player target,
ref Player::HurtModifiers modifiers )
inlinevirtualinherited

Allows you to modify the damage, etc., that an NPC does to a player.

Parameters
npc
target
modifiers

Definition at line 313 of file GlobalNPC.cs.

314 {
315 }