Search Results for

    Show / Hide Table of Contents

    Class PickupDestroyedEventArgs

    Contains all information after the server destroys a pickup.

    Inheritance
    System.Object
    PickupDestroyedEventArgs
    Implements
    IPickupEvent
    IExiledEvent
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Events.EventArgs.Map
    Assembly: Exiled.Events.dll
    Syntax
    public class PickupDestroyedEventArgs : IPickupEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    PickupDestroyedEventArgs(ItemPickupBase)

    Initializes a new instance of the PickupDestroyedEventArgs class.

    Declaration
    public PickupDestroyedEventArgs(ItemPickupBase pickupBase)
    Parameters
    Type Name Description
    InventorySystem.Items.Pickups.ItemPickupBase pickupBase

    Properties

    | Improve this Doc View Source

    Pickup

    Gets a value indicating the pickup being destroyed.

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

    Implements

    IPickupEvent
    IExiledEvent

    Extension Methods

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