Table of Contents

Class Scp079

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

SCP-079 related events.

public static class Scp079
Inheritance
Scp079
Inherited Members

Properties

ChangingCamera

Invoked before SCP-079 switches cameras.

public static Event<ChangingCameraEventArgs> ChangingCamera { get; set; }

Property Value

Event<ChangingCameraEventArgs>

ChangingSpeakerStatus

Invoked before SCP-079 changes a speaker status.

public static Event<ChangingSpeakerStatusEventArgs> ChangingSpeakerStatus { get; set; }

Property Value

Event<ChangingSpeakerStatusEventArgs>

ElevatorTeleporting

Invoked before SCP-079 teleports using an elevator.

public static Event<ElevatorTeleportingEventArgs> ElevatorTeleporting { get; set; }

Property Value

Event<ElevatorTeleportingEventArgs>

GainingExperience

Invoked before gaining experience with SCP-079.

public static Event<GainingExperienceEventArgs> GainingExperience { get; set; }

Property Value

Event<GainingExperienceEventArgs>

GainingLevel

Invoked before gaining levels with SCP-079.

public static Event<GainingLevelEventArgs> GainingLevel { get; set; }

Property Value

Event<GainingLevelEventArgs>

InteractingTesla

Invoked before triggering a tesla with SCP-079.

public static Event<InteractingTeslaEventArgs> InteractingTesla { get; set; }

Property Value

Event<InteractingTeslaEventArgs>

LockingDown

Invoked before SCP-079 lockdowns a room.

public static Event<LockingDownEventArgs> LockingDown { get; set; }

Property Value

Event<LockingDownEventArgs>

LosingSignal

Invoked before SCP-079 loses a signal by SCP-2176.

public static Event<LosingSignalEventArgs> LosingSignal { get; set; }

Property Value

Event<LosingSignalEventArgs>

LostSignal

Invoked after SCP-079 loses a signal by SCP-2176.

public static Event<LostSignalEventArgs> LostSignal { get; set; }

Property Value

Event<LostSignalEventArgs>

Pinging

Invoked before SCP-079 sends a ping.

public static Event<PingingEventArgs> Pinging { get; set; }

Property Value

Event<PingingEventArgs>

Recontained

Invoked after SCP-079 recontainment.

public static Event<RecontainedEventArgs> Recontained { get; set; }

Property Value

Event<RecontainedEventArgs>

Recontaining

Invoked before SCP-079 recontainment.

public static Event<RecontainingEventArgs> Recontaining { get; set; }

Property Value

Event<RecontainingEventArgs>

RoomBlackout

Invoked before SCP-079 turns off the lights in a room.

public static Event<RoomBlackoutEventArgs> RoomBlackout { get; set; }

Property Value

Event<RoomBlackoutEventArgs>

TriggeringDoor

Invoked before triggering a door with SCP-079.

public static Event<TriggeringDoorEventArgs> TriggeringDoor { get; set; }

Property Value

Event<TriggeringDoorEventArgs>

ZoneBlackout

Invoked before SCP-079 turns off the lights in a zone.

public static Event<ZoneBlackoutEventArgs> ZoneBlackout { get; set; }

Property Value

Event<ZoneBlackoutEventArgs>

Methods

OnChangingCamera(ChangingCameraEventArgs)

Called before SCP-079 switches cameras.

public static void OnChangingCamera(ChangingCameraEventArgs ev)

Parameters

ev ChangingCameraEventArgs

The ChangingCameraEventArgs instance.

OnChangingSpeakerStatus(ChangingSpeakerStatusEventArgs)

Called while interacting with a speaker with SCP-079.

public static void OnChangingSpeakerStatus(ChangingSpeakerStatusEventArgs ev)

Parameters

ev ChangingSpeakerStatusEventArgs

The ChangingSpeakerStatusEventArgs instance.

OnElevatorTeleporting(ElevatorTeleportingEventArgs)

Called before SCP-079 teleports using an elevator.

public static void OnElevatorTeleporting(ElevatorTeleportingEventArgs ev)

Parameters

ev ElevatorTeleportingEventArgs

The ElevatorTeleportingEventArgs instance.

OnGainingExperience(GainingExperienceEventArgs)

Called before gaining experience with SCP-079.

public static void OnGainingExperience(GainingExperienceEventArgs ev)

Parameters

ev GainingExperienceEventArgs

The GainingExperienceEventArgs instance.

OnGainingLevel(GainingLevelEventArgs)

Called before gaining levels with SCP-079.

public static void OnGainingLevel(GainingLevelEventArgs ev)

Parameters

ev GainingLevelEventArgs

The GainingLevelEventArgs instance.

OnInteractingTesla(InteractingTeslaEventArgs)

Called before triggering a tesla with SCP-079.

public static void OnInteractingTesla(InteractingTeslaEventArgs ev)

Parameters

ev InteractingTeslaEventArgs

The InteractingTeslaEventArgs instance.

OnLockingDown(LockingDownEventArgs)

Called before SCP-079 lockdowns a room.

public static void OnLockingDown(LockingDownEventArgs ev)

Parameters

ev LockingDownEventArgs

The LockingDownEventArgs instance.

OnLosingSignal(LosingSignalEventArgs)

Called before SCP-079 loses a signal by SCP-2176.

public static void OnLosingSignal(LosingSignalEventArgs ev)

Parameters

ev LosingSignalEventArgs

The LosingSignalEventArgs instance.

OnLostSignal(LostSignalEventArgs)

Called after SCP-079 loses a signal by SCP-2176.

public static void OnLostSignal(LostSignalEventArgs ev)

Parameters

ev LostSignalEventArgs

The LostSignalEventArgs instance.

OnPinging(PingingEventArgs)

Called before SCP-079 sends a ping.

public static void OnPinging(PingingEventArgs ev)

Parameters

ev PingingEventArgs

The PingingEventArgs instance.

OnRecontained(RecontainedEventArgs)

Called after SCP-079 is recontained.

public static void OnRecontained(RecontainedEventArgs ev)

Parameters

ev RecontainedEventArgs

The RecontainedEventArgs instance.

OnRecontaining(RecontainingEventArgs)

Called before SCP-079 is recontained.

public static void OnRecontaining(RecontainingEventArgs ev)

Parameters

ev RecontainingEventArgs

The RecontainingEventArgs instance.

OnRoomBlackout(RoomBlackoutEventArgs)

Called before SCP-079 turns off the lights in a room.

public static void OnRoomBlackout(RoomBlackoutEventArgs ev)

Parameters

ev RoomBlackoutEventArgs

The PingingEventArgs instance.

OnTriggeringDoor(TriggeringDoorEventArgs)

Called before interacting with a door with SCP-079.

public static void OnTriggeringDoor(TriggeringDoorEventArgs ev)

Parameters

ev TriggeringDoorEventArgs

The TriggeringDoorEventArgs instance.

OnZoneBlackout(ZoneBlackoutEventArgs)

Called before SCP-079 turns off the lights in a zone.

public static void OnZoneBlackout(ZoneBlackoutEventArgs ev)

Parameters

ev ZoneBlackoutEventArgs

The PingingEventArgs instance.