Search Results for

    Show / Hide Table of Contents

    Class PickupAddedEventArgs

    Contains all information after the server spawns a pickup.

    Inheritance
    System.Object
    PickupAddedEventArgs
    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 PickupAddedEventArgs : IPickupEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    PickupAddedEventArgs(ItemPickupBase)

    Initializes a new instance of the PickupAddedEventArgs class.

    Declaration
    public PickupAddedEventArgs(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 spawned.

    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