Table of Contents

Class ActivatingSenseEventArgs

Namespace
Exiled.Events.EventArgs.Scp049
Assembly
Exiled.Events.dll

Contains all information before SCP-049 good sense of the doctor is activated.

public class ActivatingSenseEventArgs : IScp049Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
ActivatingSenseEventArgs
Implements
Inherited Members
Extension Methods

Constructors

ActivatingSenseEventArgs(Player, Player, bool)

Initializes a new instance of the ActivatingSenseEventArgs class with information before SCP-049 sense is activated.

public ActivatingSenseEventArgs(Player player, Player target, bool isAllowed = true)

Parameters

player Player
target Player
isAllowed bool

Properties

Duration

Gets or sets the duration of the Effect.

public float Duration { get; set; }

Property Value

float

FailedCooldown

Gets or sets the cooldown of the ability.

public float FailedCooldown { get; set; }

Property Value

float

IsAllowed

Gets or sets a value indicating whether the server will send 049 information on the recall.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the Player who is playing as SCP-049.

public Player Player { get; }

Property Value

Player

Scp049

Gets the Scp049Role triggering the event.

public Scp049Role Scp049 { get; }

Property Value

Scp049Role

Target

Gets or sets the Player who the sense ability is affecting.

public Player Target { get; set; }

Property Value

Player