Table of Contents

Class FillingLockerEventArgs

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

Contains all information before the server spawns an item in locker.

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

Constructors

FillingLockerEventArgs(ItemPickupBase, LockerChamber)

Initializes a new instance of the FillingLockerEventArgs class.

public FillingLockerEventArgs(ItemPickupBase pickupBase, LockerChamber lockerChamber)

Parameters

pickupBase ItemPickupBase
lockerChamber LockerChamber

Properties

Chamber

Gets a chamber which is filling.

public Chamber Chamber { get; }

Property Value

Chamber

IsAllowed

Gets or sets a value indicating whether the item can be spawned.

public bool IsAllowed { get; set; }

Property Value

bool

Locker

Gets a locker which is containing Chamber.

public Locker Locker { get; }

Property Value

Locker

Pickup

Gets a value indicating the item being spawned.

public Pickup Pickup { get; }

Property Value

Pickup