Class DroppingScp330EventArgs
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
Playerscp330
Scp330Bagcandy
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
Item
Gets the Item triggering the event.
public Item Item { get; }
Property Value
Player
Gets the player who's interacting with SCP-330.
public Player Player { get; }
Property Value
Scp330
Gets a value representing the Item being picked up.
public Scp330 Scp330 { get; }