Search Results for

    Show / Hide Table of Contents

    Class Scp173

    SCP-173 related events.

    Inheritance
    System.Object
    Scp173
    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 Scp173

    Properties

    | Improve this Doc View Source

    Blinking

    Invoked before players near SCP-173 blink.

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

    BlinkingRequest

    Invoked before server handle SCP-173 blink network message.

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

    PlacingTantrum

    Invoked before a tantrum is placed.

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

    UsingBreakneckSpeeds

    Invoked before using breakneck speeds.

    Declaration
    public static Event<UsingBreakneckSpeedsEventArgs> UsingBreakneckSpeeds { get; set; }
    Property Value
    Type Description
    Event<UsingBreakneckSpeedsEventArgs>

    Methods

    | Improve this Doc View Source

    OnBlinking(BlinkingEventArgs)

    Called before players near SCP-173 blink.

    Declaration
    public static void OnBlinking(BlinkingEventArgs ev)
    Parameters
    Type Name Description
    BlinkingEventArgs ev

    The BlinkingEventArgs instance.

    | Improve this Doc View Source

    OnBlinkingRequest(BlinkingRequestEventArgs)

    Called before server handle SCP-173 blink network message.

    Declaration
    public static void OnBlinkingRequest(BlinkingRequestEventArgs ev)
    Parameters
    Type Name Description
    BlinkingRequestEventArgs ev

    The BlinkingRequestEventArgs instance.

    | Improve this Doc View Source

    OnPlacingTantrum(PlacingTantrumEventArgs)

    Called before a tantrum is placed.

    Declaration
    public static void OnPlacingTantrum(PlacingTantrumEventArgs ev)
    Parameters
    Type Name Description
    PlacingTantrumEventArgs ev

    The PlacingTantrumEventArgs instance.

    | Improve this Doc View Source

    OnUsingBreakneckSpeeds(UsingBreakneckSpeedsEventArgs)

    Called before a using breakneck speeds.

    Declaration
    public static void OnUsingBreakneckSpeeds(UsingBreakneckSpeedsEventArgs ev)
    Parameters
    Type Name Description
    UsingBreakneckSpeedsEventArgs ev

    The UsingBreakneckSpeedsEventArgs instance.

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