Table of Contents

Class LosingSignalEventArgs

Namespace
Exiled.Events.EventArgs.Scp079
Assembly
Exiled.Events.dll

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

bool

Player

Gets the player who's controlling SCP-079.

public Player Player { get; }

Property Value

Player

Scp079

Gets the Scp079Role triggering the event.

public Scp079Role Scp079 { get; }

Property Value

Scp079Role