Class EatenScp330EventArgs
Contains all information after a player has eaten SCP-330.
Inheritance
System.Object
EatenScp330EventArgs
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 EatenScp330EventArgs : IPlayerEvent, IExiledEvent
Constructors
| Improve this Doc View SourceEatenScp330EventArgs(Player, ICandy)
Initializes a new instance of the EatenScp330EventArgs class.
Declaration
public EatenScp330EventArgs(Player player, ICandy candy)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
InventorySystem.Items.Usables.Scp330.ICandy | candy |
Properties
| Improve this Doc View SourceCandy
Gets the InventorySystem.Items.Usables.Scp330.ICandy that was eaten by the player.
Declaration
public ICandy Candy { get; }
Property Value
Type | Description |
---|---|
InventorySystem.Items.Usables.Scp330.ICandy |
Player
Gets the player who has eaten SCP-330.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |