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

◆ ModifyHitPlayer()

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

Allows you to modify the damage, etc., that this hostile projectile does to a player.

Parameters
targetThe target.
modifiers

Definition at line 298 of file ModProjectile.cs.

299 {
300 }