Class ActivatingSenseEventArgs
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
Properties
Duration
Gets or sets the duration of the Effect.
public float Duration { get; set; }
Property Value
FailedCooldown
Gets or sets the cooldown of the ability.
public float FailedCooldown { get; set; }
Property Value
IsAllowed
Gets or sets a value indicating whether the server will send 049 information on the recall.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the Player who is playing as SCP-049.
public Player Player { get; }
Property Value
Scp049
Gets the Scp049Role triggering the event.
public Scp049Role Scp049 { get; }
Property Value
Target
Gets or sets the Player who the sense ability is affecting.
public Player Target { get; set; }