Interface IPickupEvent
Event args used for all Pickup related events.
Namespace: Exiled.Events.EventArgs.Interfaces
Assembly: Exiled.Events.dll
Syntax
public interface IPickupEvent : IExiledEvent
Properties
| Improve this Doc View SourcePickup
Gets the Pickup triggering the event.
Declaration
Pickup Pickup { get; }
Property Value
Type | Description |
---|---|
Pickup |