Table of Contents

Class Scp1507

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

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

Event<AttackingDoorEventArgs>

Screaming

Invoked before SCP-1507 screams.

public static Event<ScreamingEventArgs> Screaming { get; set; }

Property Value

Event<ScreamingEventArgs>

SpawningFlamingos

Invoked before flamingos get spawned.

public static Event<SpawningFlamingosEventArgs> SpawningFlamingos { get; set; }

Property Value

Event<SpawningFlamingosEventArgs>

UsingTape

Invoked before tape is used.

public static Event<UsingTapeEventArgs> UsingTape { get; set; }

Property Value

Event<UsingTapeEventArgs>

Methods

OnAttackingDoor(AttackingDoorEventArgs)

Called before SCP-1507 attacks door.

public static void OnAttackingDoor(AttackingDoorEventArgs ev)

Parameters

ev AttackingDoorEventArgs

The AttackingDoorEventArgs instance.

OnScreaming(ScreamingEventArgs)

Called before SCP-1507 screams.

public static void OnScreaming(ScreamingEventArgs ev)

Parameters

ev ScreamingEventArgs

The ScreamingEventArgs instance.

OnSpawningFlamingos(SpawningFlamingosEventArgs)

Called before flamingos get spawned.

public static void OnSpawningFlamingos(SpawningFlamingosEventArgs ev)

Parameters

ev SpawningFlamingosEventArgs

The SpawningFlamingosEventArgs instance.

OnUsingTape(UsingTapeEventArgs)

Called before tape is used.

public static void OnUsingTape(UsingTapeEventArgs ev)

Parameters

ev UsingTapeEventArgs

The UsingTapeEventArgs instance.