Search Results for

    Show / Hide Table of Contents

    Class EatenScp330EventArgs

    Contains all information after a player has eaten SCP-330.

    Inheritance
    System.Object
    EatenScp330EventArgs
    Implements
    IPlayerEvent
    IExiledEvent
    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 Source

    EatenScp330EventArgs(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 Source

    Candy

    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
    | Improve this Doc View Source

    Player

    Gets the player who has eaten SCP-330.

    Declaration
    public Player Player { get; }
    Property Value
    Type Description
    Player

    Implements

    IPlayerEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX