Class PickupDestroyedEventArgs
Contains all information after the server destroys a pickup.
Inheritance
System.Object
PickupDestroyedEventArgs
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 SourcePickupDestroyedEventArgs(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 SourcePickup
Gets a value indicating the pickup being destroyed.
Declaration
public Pickup Pickup { get; }
Property Value
Type | Description |
---|---|
Pickup |