Class Scp1507
SCP-1507 related events.
[Obsolete("Only availaible for Christmas and AprilFools.")]
public static class Scp1507
- Inheritance
-
Scp1507
- Inherited Members
Properties
AttackingDoor
Invokes before SCP-1507 attacks door.
public static Event<AttackingDoorEventArgs> AttackingDoor { get; set; }
Property Value
Screaming
Invoked before SCP-1507 screams.
public static Event<ScreamingEventArgs> Screaming { get; set; }
Property Value
SpawningFlamingos
Invoked before flamingos get spawned.
public static Event<SpawningFlamingosEventArgs> SpawningFlamingos { get; set; }
Property Value
UsingTape
Invoked before tape is used.
public static Event<UsingTapeEventArgs> UsingTape { get; set; }
Property Value
Methods
OnAttackingDoor(AttackingDoorEventArgs)
Called before SCP-1507 attacks door.
public static void OnAttackingDoor(AttackingDoorEventArgs ev)
Parameters
ev
AttackingDoorEventArgsThe AttackingDoorEventArgs instance.
OnScreaming(ScreamingEventArgs)
Called before SCP-1507 screams.
public static void OnScreaming(ScreamingEventArgs ev)
Parameters
ev
ScreamingEventArgsThe ScreamingEventArgs instance.
OnSpawningFlamingos(SpawningFlamingosEventArgs)
Called before flamingos get spawned.
public static void OnSpawningFlamingos(SpawningFlamingosEventArgs ev)
Parameters
ev
SpawningFlamingosEventArgsThe SpawningFlamingosEventArgs instance.
OnUsingTape(UsingTapeEventArgs)
Called before tape is used.
public static void OnUsingTape(UsingTapeEventArgs ev)
Parameters
ev
UsingTapeEventArgsThe UsingTapeEventArgs instance.