Class BlinkingRequestEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the player is allowed to blink.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who controlling SCP-173.
public Player Player { get; }
Property Value
Scp173
Gets the Scp173Role triggering the event.
public Scp173Role Scp173 { get; }
Property Value
Targets
Gets a IReadOnlyCollection<T> of players who have triggered SCP-173.
public IReadOnlyCollection<Player> Targets { get; }