Class EnragingEventArgs
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
Properties
InitialDuration
Gets or sets the SCP-096 rage initial duration.
public float InitialDuration { get; set; }
Property Value
IsAllowed
Gets or sets a value indicating whether SCP-096 can be enraged.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who's controlling SCP-096.
public Player Player { get; }
Property Value
Scp096
Gets the Scp096Role triggering the event.
public Scp096Role Scp096 { get; }