Table of Contents

Class PickupDestroyedEventArgs

Namespace
Exiled.Events.EventArgs.Map
Assembly
Exiled.Events.dll

Contains all information after the server destroys a pickup.

public class PickupDestroyedEventArgs : IPickupEvent, IExiledEvent
Inheritance
PickupDestroyedEventArgs
Implements
Inherited Members
Extension Methods

Constructors

PickupDestroyedEventArgs(ItemPickupBase)

Initializes a new instance of the PickupDestroyedEventArgs class.

public PickupDestroyedEventArgs(ItemPickupBase pickupBase)

Parameters

pickupBase ItemPickupBase

Properties

Pickup

Gets a value indicating the pickup being destroyed.

public Pickup Pickup { get; }

Property Value

Pickup