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

◆ ModifyHitPlayer()

virtual void Terraria.ModLoader.ModNPC.ModifyHitPlayer ( Player target,
ref Player::HurtModifiers modifiers )
inlinevirtual

Allows you to modify the damage, etc., that this NPC does to a player.
Runs on the local client.

Parameters
target
modifiers

Definition at line 415 of file ModNPC.cs.

416 {
417 }