Table of Contents

Class Scp559

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

All SCP-559 related events.

[Obsolete("Only availaible for Christmas and AprilFools.")]
public static class Scp559
Inheritance
Scp559
Inherited Members

Properties

Interacting

Invoked before player interacts with SCP-559.

public static Event<InteractingScp559EventArgs> Interacting { get; set; }

Property Value

Event<InteractingScp559EventArgs>

Spawning

Invoked before SCP-559 spawns.

public static Event<SpawningEventArgs> Spawning { get; set; }

Property Value

Event<SpawningEventArgs>

Methods

OnInteracting(InteractingScp559EventArgs)

Called before player interacts with SCP-559.

public static void OnInteracting(InteractingScp559EventArgs ev)

Parameters

ev InteractingScp559EventArgs

The InteractingScp559EventArgs instance.

OnSpawning(SpawningEventArgs)

Called before SCP-559 spawns.

public static void OnSpawning(SpawningEventArgs ev)

Parameters

ev SpawningEventArgs

The SpawningEventArgs instance.