Class FillingLockerEventArgs
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
ItemPickupBaselockerChamber
LockerChamber
Properties
Chamber
Gets a chamber which is filling.
public Chamber Chamber { get; }
Property Value
IsAllowed
Gets or sets a value indicating whether the item can be spawned.
public bool IsAllowed { get; set; }
Property Value
Locker
Gets a locker which is containing Chamber.
public Locker Locker { get; }
Property Value
Pickup
Gets a value indicating the item being spawned.
public Pickup Pickup { get; }