Table of Contents

Class EnragingEventArgs

Namespace
Exiled.Events.EventArgs.Scp096
Assembly
Exiled.Events.dll

Contains all information before SCP-096 gets enraged.

public class EnragingEventArgs : IScp096Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
EnragingEventArgs
Implements
Inherited Members
Extension Methods

Constructors

EnragingEventArgs(Player, float, bool)

Initializes a new instance of the EnragingEventArgs class.

public EnragingEventArgs(Player player, float initialDuration, bool isAllowed = true)

Parameters

player Player
initialDuration float
isAllowed bool

Properties

InitialDuration

Gets or sets the SCP-096 rage initial duration.

public float InitialDuration { get; set; }

Property Value

float

IsAllowed

Gets or sets a value indicating whether SCP-096 can be enraged.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who's controlling SCP-096.

public Player Player { get; }

Property Value

Player

Scp096

Gets the Scp096Role triggering the event.

public Scp096Role Scp096 { get; }

Property Value

Scp096Role