Table of Contents

Class DroppingScp330EventArgs

Namespace
Exiled.Events.EventArgs.Scp330
Assembly
Exiled.Events.dll

Contains all information before a player drops a SCP-330 candy.

public class DroppingScp330EventArgs : IScp330Event, IItemEvent, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
DroppingScp330EventArgs
Implements
Inherited Members
Extension Methods

Constructors

DroppingScp330EventArgs(Player, Scp330Bag, CandyKindID)

Initializes a new instance of the DroppingScp330EventArgs class.

public DroppingScp330EventArgs(Player player, Scp330Bag scp330, CandyKindID candy)

Parameters

player Player
scp330 Scp330Bag
candy CandyKindID

Properties

Candy

Gets or sets a value indicating whether the type of candy drop.

public CandyKindID Candy { get; set; }

Property Value

CandyKindID

IsAllowed

Gets or sets a value indicating whether the player can interact with SCP-330.

public bool IsAllowed { get; set; }

Property Value

bool

Item

Gets the Item triggering the event.

public Item Item { get; }

Property Value

Item

Player

Gets the player who's interacting with SCP-330.

public Player Player { get; }

Property Value

Player

Scp330

Gets a value representing the Item being picked up.

public Scp330 Scp330 { get; }

Property Value

Scp330