Search Results for

    Show / Hide Table of Contents

    Class OpeningScp244EventArgs

    Contains all information before a player opens SCP-244.

    Inheritance
    System.Object
    OpeningScp244EventArgs
    Implements
    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.Scp244
    Assembly: Exiled.Events.dll
    Syntax
    public class OpeningScp244EventArgs : IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    OpeningScp244EventArgs(Scp244DeployablePickup)

    Initializes a new instance of the OpeningScp244EventArgs class.

    Declaration
    public OpeningScp244EventArgs(Scp244DeployablePickup pickup)
    Parameters
    Type Name Description
    InventorySystem.Items.Usables.Scp244.Scp244DeployablePickup pickup

    Properties

    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not the player can open SCP-244.

    Declaration
    public bool IsAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Pickup

    Gets a value representing the Scp244Pickup being opened.

    Declaration
    public Scp244Pickup Pickup { get; }
    Property Value
    Type Description
    Scp244Pickup

    Implements

    IDeniableEvent
    IExiledEvent

    Extension Methods

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