Search Results for

    Show / Hide Table of Contents

    Interface IPlayerEvent

    Event args used for all Player related events.

    Namespace: Exiled.Events.EventArgs.Interfaces
    Assembly: Exiled.Events.dll
    Syntax
    public interface IPlayerEvent : IExiledEvent

    Properties

    | Improve this Doc View Source

    Player

    Gets the Player triggering the event.

    Declaration
    Player Player { get; }
    Property Value
    Type Description
    Player

    Extension Methods

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