Table of Contents

Class Scp173

Namespace
Exiled.Events.Handlers
Assembly
Exiled.Events.dll

SCP-173 related events.

public static class Scp173
Inheritance
Scp173
Inherited Members

Properties

BeingObserved

Invoked before SCP-173 is observed.

public static Event<BeingObservedEventArgs> BeingObserved { get; set; }

Property Value

Event<BeingObservedEventArgs>

Blinking

Invoked before players near SCP-173 blink.

public static Event<BlinkingEventArgs> Blinking { get; set; }

Property Value

Event<BlinkingEventArgs>

BlinkingRequest

Invoked before server handle SCP-173 blink network message.

public static Event<BlinkingRequestEventArgs> BlinkingRequest { get; set; }

Property Value

Event<BlinkingRequestEventArgs>

PlacingTantrum

Invoked before a tantrum is placed.

public static Event<PlacingTantrumEventArgs> PlacingTantrum { get; set; }

Property Value

Event<PlacingTantrumEventArgs>

UsingBreakneckSpeeds

Invoked before using breakneck speeds.

public static Event<UsingBreakneckSpeedsEventArgs> UsingBreakneckSpeeds { get; set; }

Property Value

Event<UsingBreakneckSpeedsEventArgs>

Methods

OnBeingObserved(BeingObservedEventArgs)

Called before Scp 173 is observed.

public static void OnBeingObserved(BeingObservedEventArgs ev)

Parameters

ev BeingObservedEventArgs

The BeingObservedEventArgs instance.

OnBlinking(BlinkingEventArgs)

Called before players near SCP-173 blink.

public static void OnBlinking(BlinkingEventArgs ev)

Parameters

ev BlinkingEventArgs

The BlinkingEventArgs instance.

OnBlinkingRequest(BlinkingRequestEventArgs)

Called before server handle SCP-173 blink network message.

public static void OnBlinkingRequest(BlinkingRequestEventArgs ev)

Parameters

ev BlinkingRequestEventArgs

The BlinkingRequestEventArgs instance.

OnPlacingTantrum(PlacingTantrumEventArgs)

Called before a tantrum is placed.

public static void OnPlacingTantrum(PlacingTantrumEventArgs ev)

Parameters

ev PlacingTantrumEventArgs

The PlacingTantrumEventArgs instance.

OnUsingBreakneckSpeeds(UsingBreakneckSpeedsEventArgs)

Called before a using breakneck speeds.

public static void OnUsingBreakneckSpeeds(UsingBreakneckSpeedsEventArgs ev)

Parameters

ev UsingBreakneckSpeedsEventArgs

The UsingBreakneckSpeedsEventArgs instance.