Search Results for

    Show / Hide Table of Contents

    Class DroppingScp330EventArgs

    Contains all information before a player drops a SCP-330 candy.

    Inheritance
    System.Object
    DroppingScp330EventArgs
    Implements
    IPlayerEvent
    IDeniableEvent
    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 DroppingScp330EventArgs : IPlayerEvent, IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

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

    Candy

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

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

    Player

    Gets the player who's interacting with SCP-330.

    Declaration
    public Player Player { get; }
    Property Value
    Type Description
    Player
    | Improve this Doc View Source

    Scp330

    Gets or sets a value representing the Item being picked up.

    Declaration
    public Scp330 Scp330 { get; set; }
    Property Value
    Type Description
    Scp330

    Implements

    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

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