Search Results for

    Show / Hide Table of Contents

    Class TriggeringBloodlustEventArgs

    Contains all information before a Scp0492Role enters Bloodlust.

    Inheritance
    System.Object
    TriggeringBloodlustEventArgs
    Implements
    IScp0492Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent
    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 Source

    TriggeringBloodlustEventArgs(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 Source

    IsAllowed

    Declaration
    public bool IsAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Player

    Declaration
    public Player Player { get; }
    Property Value
    Type Description
    Player
    | Improve this Doc View Source

    Scp0492

    Declaration
    public Scp0492Role Scp0492 { get; }
    Property Value
    Type Description
    Scp0492Role
    | Improve this Doc View Source

    Target

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

    Declaration
    public Player Target { get; }
    Property Value
    Type Description
    Player

    Implements

    IScp0492Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX