Class EatenScp330EventArgs
Contains all information after a player has eaten SCP-330.
public class EatenScp330EventArgs : IScp330Event, IItemEvent, IPlayerEvent, IExiledEvent
- Inheritance
-
EatenScp330EventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
EatenScp330EventArgs(Player, Scp330Bag, ICandy)
Initializes a new instance of the EatenScp330EventArgs class.
public EatenScp330EventArgs(Player player, Scp330Bag scp330, ICandy candy)
Parameters
player
Player.
scp330
Scp330Bag.
candy
ICandy.
Properties
Candy
Gets the InventorySystem.Items.Usables.Scp330.ICandy that was eaten by the player.
public ICandy Candy { get; }
Property Value
- ICandy
Item
Gets the Item triggering the event.
public Item Item { get; }
Property Value
Player
Gets the player who has eaten SCP-330.
public Player Player { get; }
Property Value
Scp330
Gets the Scp330 triggering the event.
public Scp330 Scp330 { get; }