Table of Contents

Class BlinkingRequestEventArgs

Namespace
Exiled.Events.EventArgs.Scp173
Assembly
Exiled.Events.dll

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

public class BlinkingRequestEventArgs : IScp173Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
BlinkingRequestEventArgs
Implements
Inherited Members
Extension Methods

Constructors

BlinkingRequestEventArgs(Player, HashSet<ReferenceHub>)

Initializes a new instance of the BlinkingRequestEventArgs class.

public BlinkingRequestEventArgs(Player player, HashSet<ReferenceHub> targets)

Parameters

player Player
targets HashSet<ReferenceHub>

Properties

IsAllowed

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

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who controlling SCP-173.

public Player Player { get; }

Property Value

Player

Scp173

Gets the Scp173Role triggering the event.

public Scp173Role Scp173 { get; }

Property Value

Scp173Role

Targets

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

public IReadOnlyCollection<Player> Targets { get; }

Property Value

IReadOnlyCollection<Player>