Class LosingSignalEventArgs
Contains all information before SCP-079 loses a signal by SCP-2176.
public class LosingSignalEventArgs : IScp079Event, IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
LosingSignalEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
LosingSignalEventArgs(ReferenceHub)
Initializes a new instance of the LosingSignalEventArgs class.
public LosingSignalEventArgs(ReferenceHub player)
Parameters
player
ReferenceHub
Properties
IsAllowed
Gets or sets a value indicating whether or not SCP-079 will lose his signal.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who's controlling SCP-079.
public Player Player { get; }
Property Value
Scp079
Gets the Scp079Role triggering the event.
public Scp079Role Scp079 { get; }