Search Results for

    Show / Hide Table of Contents

    Class Scp244

    Scp244 related events.

    Inheritance
    System.Object
    Scp244
    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 static class Scp244

    Properties

    | Improve this Doc View Source

    DamagingScp244

    Invoked before an Scp244 take damage.

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

    OpeningScp244

    Invoked before an Scp244 open because the angle was too low.

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

    UsingScp244

    Invoked before using an Item.

    Declaration
    public static Event<UsingScp244EventArgs> UsingScp244 { get; set; }
    Property Value
    Type Description
    Event<UsingScp244EventArgs>

    Methods

    | Improve this Doc View Source

    OnDamagingScp244(DamagingScp244EventArgs)

    Called before an Scp244 take damage.

    Declaration
    public static void OnDamagingScp244(DamagingScp244EventArgs ev)
    Parameters
    Type Name Description
    DamagingScp244EventArgs ev

    The DamagingScp244EventArgs instance.

    | Improve this Doc View Source

    OnOpeningScp244(OpeningScp244EventArgs)

    Called before Scp244 open because the angle was too low.

    Declaration
    public static void OnOpeningScp244(OpeningScp244EventArgs ev)
    Parameters
    Type Name Description
    OpeningScp244EventArgs ev

    The DamagingScp244EventArgs instance.

    | Improve this Doc View Source

    OnUsingScp244(UsingScp244EventArgs)

    Called before using a usable item.

    Declaration
    public static void OnUsingScp244(UsingScp244EventArgs ev)
    Parameters
    Type Name Description
    UsingScp244EventArgs ev

    The UsingScp244EventArgs instance.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX