Class DroppingScp330EventArgs
Contains all information before a player drops a SCP-330 candy.
Inheritance
System.Object
DroppingScp330EventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Scp330
Assembly: Exiled.Events.dll
Syntax
public class DroppingScp330EventArgs : IPlayerEvent, IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceDroppingScp330EventArgs(Player, Scp330Bag, CandyKindID)
Initializes a new instance of the DroppingScp330EventArgs class.
Declaration
public DroppingScp330EventArgs(Player player, Scp330Bag scp330, CandyKindID candy)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
InventorySystem.Items.Usables.Scp330.Scp330Bag | scp330 | |
InventorySystem.Items.Usables.Scp330.CandyKindID | candy |
Properties
| Improve this Doc View SourceCandy
Gets or sets a value indicating whether or not the type of candy drop.
Declaration
public CandyKindID Candy { get; set; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Usables.Scp330.CandyKindID |
IsAllowed
Gets or sets a value indicating whether or not the player can interact with SCP-330.
Declaration
public bool IsAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Player
Gets the player who's interacting with SCP-330.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp330
Gets or sets a value representing the Item being picked up.
Declaration
public Scp330 Scp330 { get; set; }
Property Value
Type | Description |
---|---|
Scp330 |