Table of Contents

Class TriggeringBloodlustEventArgs

Namespace
Exiled.Events.EventArgs.Scp0492
Assembly
Exiled.Events.dll

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

player Player

The Player triggering the event.

scp0492 Player

The Player who is SCP-049-2.

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the Player triggering the event.

public Player Player { get; }

Property Value

Player

Scp0492

Gets the Scp0492Role triggering the event.

public Scp0492Role Scp0492 { get; }

Property Value

Scp0492Role

Target

Gets the Player who is target by SCP-049-2.

public Player Target { get; }

Property Value

Player