Table of Contents

Class PickupAddedEventArgs

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

Contains all information after the server spawns a pickup.

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

Constructors

PickupAddedEventArgs(ItemPickupBase)

Initializes a new instance of the PickupAddedEventArgs class.

public PickupAddedEventArgs(ItemPickupBase pickupBase)

Parameters

pickupBase ItemPickupBase

Properties

Pickup

Gets a value indicating the pickup being spawned.

public Pickup Pickup { get; }

Property Value

Pickup