Search Results for

    Show / Hide Table of Contents

    Interface IPickupEvent

    Event args used for all Pickup related events.

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

    Properties

    | Improve this Doc View Source

    Pickup

    Gets the Pickup triggering the event.

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

    Extension Methods

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