TOnDamageEvent
Description
Type used by TActivePlayer.OnDamage as an event handler type.
Declaration
function (Shooter, Victim: TActivePlayer; Damage: Integer; Bullet: TActiveMapBullet): Integer Shooter: player dealing damage Victim: player recieving damage Damage: amount of damage (negative values heal the target) Bullet: TActiveMapBullet object that dealt the damage