Class LostSignalEventArgs
Contains all information before SCP-079 loses a signal by SCP-2176.
public class LostSignalEventArgs : IScp079Event, IPlayerEvent, IExiledEvent
- Inheritance
-
LostSignalEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
LostSignalEventArgs(ReferenceHub)
Initializes a new instance of the LostSignalEventArgs class.
public LostSignalEventArgs(ReferenceHub player)
Parameters
player
ReferenceHub
Properties
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; }