Class TriggeringBloodlustEventArgs
Contains all information before a Scp0492Role enters Bloodlust.
public class TriggeringBloodlustEventArgs : IScp0492Event, IPlayerEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
TriggeringBloodlustEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
TriggeringBloodlustEventArgs(Player, Player)
Initializes a new instance of the TriggeringBloodlustEventArgs class.
public TriggeringBloodlustEventArgs(Player player, Player scp0492)
Parameters
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the Player triggering the event.
public Player Player { get; }
Property Value
Scp0492
Gets the Scp0492Role triggering the event.
public Scp0492Role Scp0492 { get; }
Property Value
Target
Gets the Player who is target by SCP-049-2.
public Player Target { get; }