Search Results for

    Show / Hide Table of Contents

    Class RevealingEventArgs

    Contains all information before SCP-3114 reveals.

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

    Constructors

    | Improve this Doc View Source

    RevealingEventArgs(Player, Boolean, Boolean)

    Initializes a new instance of the RevealingEventArgs class.

    Declaration
    public RevealingEventArgs(Player player, bool isManualReveal, bool isAllowed = true)
    Parameters
    Type Name Description
    Player player
    System.Boolean isManualReveal
    System.Boolean isAllowed

    Properties

    | Improve this Doc View Source

    IsAllowed

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

    IsManualReveal

    Gets a value indicating whether the reveal is manual or not.

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

    Player

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

    Scp3114

    Declaration
    public Scp3114Role Scp3114 { get; }
    Property Value
    Type Description
    Scp3114Role

    Implements

    IScp3114Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

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