Class TriggeringBloodlustEventArgs
Contains all information before a Scp0492Role enters Bloodlust.
Inheritance
System.Object
TriggeringBloodlustEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Scp0492
Assembly: Exiled.Events.dll
Syntax
public class TriggeringBloodlustEventArgs : IScp0492Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceTriggeringBloodlustEventArgs(Player, Player)
Initializes a new instance of the TriggeringBloodlustEventArgs class.
Declaration
public TriggeringBloodlustEventArgs(Player player, Player scp0492)
Parameters
Type | Name | Description |
---|---|---|
Player | player | The Player triggering the event. |
Player | scp0492 | The Player who is SCP-049-2. |
Properties
| Improve this Doc View SourceIsAllowed
Declaration
public bool IsAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Player
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp0492
Declaration
public Scp0492Role Scp0492 { get; }
Property Value
Type | Description |
---|---|
Scp0492Role |
Target
Gets the Player who is target by SCP-049-2.
Declaration
public Player Target { get; }
Property Value
Type | Description |
---|---|
Player |