Search Results for

    Show / Hide Table of Contents

    Class Scp0492

    Scp0492Role related events.

    Inheritance
    System.Object
    Scp0492
    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.Handlers
    Assembly: Exiled.Events.dll
    Syntax
    public class Scp0492

    Properties

    | Improve this Doc View Source

    ConsumedCorpse

    Called after 049-2 gets his benefits from consumed ability.

    Declaration
    public static Event<ConsumedCorpseEventArgs> ConsumedCorpse { get; set; }
    Property Value
    Type Description
    Event<ConsumedCorpseEventArgs>
    | Improve this Doc View Source

    ConsumingCorpse

    Called before 049-2 gets his benefits from consuming ability.

    Declaration
    public static Event<ConsumingCorpseEventArgs> ConsumingCorpse { get; set; }
    Property Value
    Type Description
    Event<ConsumingCorpseEventArgs>
    | Improve this Doc View Source

    TriggeringBloodlust

    Invoked before a player triggers the bloodlust effect for 049-2.

    Declaration
    public static Event<TriggeringBloodlustEventArgs> TriggeringBloodlust { get; set; }
    Property Value
    Type Description
    Event<TriggeringBloodlustEventArgs>

    Methods

    | Improve this Doc View Source

    OnConsumedCorpse(ConsumedCorpseEventArgs)

    Invokes after 049-2 gets his benefits from consumed ability.

    Declaration
    public static void OnConsumedCorpse(ConsumedCorpseEventArgs ev)
    Parameters
    Type Name Description
    ConsumedCorpseEventArgs ev

    instance.

    | Improve this Doc View Source

    OnConsumingCorpse(ConsumingCorpseEventArgs)

    Invokes before 049-2 gets his benefits from consuming ability.

    Declaration
    public static void OnConsumingCorpse(ConsumingCorpseEventArgs ev)
    Parameters
    Type Name Description
    ConsumingCorpseEventArgs ev

    instance.

    | Improve this Doc View Source

    OnTriggeringBloodlust(TriggeringBloodlustEventArgs)

    Called before a player triggers the bloodlust effect for 049-2.

    Declaration
    public static void OnTriggeringBloodlust(TriggeringBloodlustEventArgs ev)
    Parameters
    Type Name Description
    TriggeringBloodlustEventArgs ev

    The TriggeringBloodlustEventArgs instance.

    Extension Methods

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