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