Class Scp559
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
Spawning
Invoked before SCP-559 spawns.
public static Event<SpawningEventArgs> Spawning { get; set; }
Property Value
Methods
OnInteracting(InteractingScp559EventArgs)
Called before player interacts with SCP-559.
public static void OnInteracting(InteractingScp559EventArgs ev)
Parameters
ev
InteractingScp559EventArgsThe InteractingScp559EventArgs instance.
OnSpawning(SpawningEventArgs)
Called before SCP-559 spawns.
public static void OnSpawning(SpawningEventArgs ev)
Parameters
ev
SpawningEventArgsThe SpawningEventArgs instance.