Table of Contents

Class BlinkingEventArgs

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

Contains all information before a players blink near SCP-173.

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

Constructors

BlinkingEventArgs(Player, List<Player>, Vector3)

Initializes a new instance of the BlinkingEventArgs class.

public BlinkingEventArgs(Player player, List<Player> targets, Vector3 blinkPos)

Parameters

player Player
targets List<Player>
blinkPos Vector3

Properties

BlinkCooldown

Gets or sets how long the blink cooldown will last.

public float BlinkCooldown { get; set; }

Property Value

float

BlinkPosition

Gets or sets the location the player is blinking to.

public Vector3 BlinkPosition { get; set; }

Property Value

Vector3

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 IEnumerable<T> of players who have triggered SCP-173.

public IReadOnlyCollection<Player> Targets { get; }

Property Value

IReadOnlyCollection<Player>