Search Results for

    Show / Hide Table of Contents

    Interface IAttackerEvent

    Event args for when a player is taking damage.

    Inherited Members
    IPlayerEvent.Player
    Namespace: Exiled.Events.EventArgs.Interfaces
    Assembly: Exiled.Events.dll
    Syntax
    public interface IAttackerEvent : IPlayerEvent, IExiledEvent

    Properties

    | Improve this Doc View Source

    Attacker

    Gets the attacker Player.

    Declaration
    Player Attacker { get; }
    Property Value
    Type Description
    Player
    | Improve this Doc View Source

    DamageHandler

    Gets or sets the DamageHandlerBase managing the damage to the target.

    Declaration
    CustomDamageHandler DamageHandler { get; set; }
    Property Value
    Type Description
    CustomDamageHandler

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX