Interface IAttackerEvent
Event args for when a player is taking damage.
Inherited Members
Namespace: Exiled.Events.EventArgs.Interfaces
Assembly: Exiled.Events.dll
Syntax
public interface IAttackerEvent : IPlayerEvent, IExiledEvent
Properties
| Improve this Doc View SourceAttacker
Gets the attacker Player.
Declaration
Player Attacker { get; }
Property Value
Type | Description |
---|---|
Player |
DamageHandler
Gets or sets the DamageHandlerBase managing the damage to the target.
Declaration
CustomDamageHandler DamageHandler { get; set; }
Property Value
Type | Description |
---|---|
CustomDamageHandler |