Class BlinkingRequestEventArgs
Contains all information before server handle SCP-173 blink network message.
Inheritance
System.Object
BlinkingRequestEventArgs
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 SourceBlinkingRequestEventArgs(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 SourceIsAllowed
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 |
Player
Gets the player who controlling SCP-173.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp173
Declaration
public Scp173Role Scp173 { get; }
Property Value
Type | Description |
---|---|
Scp173Role |
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> |