Search Results for

    Show / Hide Table of Contents

    Class BlinkingRequestEventArgs

    Contains all information before server handle SCP-173 blink network message.

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

    Constructors

    | Improve this Doc View Source

    BlinkingRequestEventArgs(Player, HashSet<Player>)

    Initializes a new instance of the BlinkingRequestEventArgs class.

    Declaration
    public BlinkingRequestEventArgs(Player player, HashSet<Player> targets)
    Parameters
    Type Name Description
    Player player
    System.Collections.Generic.HashSet<Player> targets

    Properties

    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not the player is allowed to blink.

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

    Player

    Gets the player who controlling SCP-173.

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

    Scp173

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

    Targets

    Gets a System.Collections.Generic.IReadOnlyCollection<T> of players who have triggered SCP-173.

    Declaration
    public IReadOnlyCollection<Player> Targets { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyCollection<Player>

    Implements

    IScp173Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

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