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 SourceBlinking
Invoked before players near SCP-173 blink.
Declaration
public static Event<BlinkingEventArgs> Blinking { get; set; }
Property Value
Type | Description |
---|---|
Event<BlinkingEventArgs> |
BlinkingRequest
Invoked before server handle SCP-173 blink network message.
Declaration
public static Event<BlinkingRequestEventArgs> BlinkingRequest { get; set; }
Property Value
Type | Description |
---|---|
Event<BlinkingRequestEventArgs> |
PlacingTantrum
Invoked before a tantrum is placed.
Declaration
public static Event<PlacingTantrumEventArgs> PlacingTantrum { get; set; }
Property Value
Type | Description |
---|---|
Event<PlacingTantrumEventArgs> |
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 SourceOnBlinking(BlinkingEventArgs)
Called before players near SCP-173 blink.
Declaration
public static void OnBlinking(BlinkingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
BlinkingEventArgs | ev | The BlinkingEventArgs instance. |
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. |
OnPlacingTantrum(PlacingTantrumEventArgs)
Called before a tantrum is placed.
Declaration
public static void OnPlacingTantrum(PlacingTantrumEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
PlacingTantrumEventArgs | ev | The PlacingTantrumEventArgs instance. |
OnUsingBreakneckSpeeds(UsingBreakneckSpeedsEventArgs)
Called before a using breakneck speeds.
Declaration
public static void OnUsingBreakneckSpeeds(UsingBreakneckSpeedsEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
UsingBreakneckSpeedsEventArgs | ev | The UsingBreakneckSpeedsEventArgs instance. |