Class Scp079
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
ChangingSpeakerStatus
Invoked before SCP-079 changes a speaker status.
public static Event<ChangingSpeakerStatusEventArgs> ChangingSpeakerStatus { get; set; }
Property Value
ElevatorTeleporting
Invoked before SCP-079 teleports using an elevator.
public static Event<ElevatorTeleportingEventArgs> ElevatorTeleporting { get; set; }
Property Value
GainingExperience
Invoked before gaining experience with SCP-079.
public static Event<GainingExperienceEventArgs> GainingExperience { get; set; }
Property Value
GainingLevel
Invoked before gaining levels with SCP-079.
public static Event<GainingLevelEventArgs> GainingLevel { get; set; }
Property Value
InteractingTesla
Invoked before triggering a tesla with SCP-079.
public static Event<InteractingTeslaEventArgs> InteractingTesla { get; set; }
Property Value
LockingDown
Invoked before SCP-079 lockdowns a room.
public static Event<LockingDownEventArgs> LockingDown { get; set; }
Property Value
LosingSignal
Invoked before SCP-079 loses a signal by SCP-2176.
public static Event<LosingSignalEventArgs> LosingSignal { get; set; }
Property Value
LostSignal
Invoked after SCP-079 loses a signal by SCP-2176.
public static Event<LostSignalEventArgs> LostSignal { get; set; }
Property Value
Pinging
Invoked before SCP-079 sends a ping.
public static Event<PingingEventArgs> Pinging { get; set; }
Property Value
Recontained
Invoked after SCP-079 recontainment.
public static Event<RecontainedEventArgs> Recontained { get; set; }
Property Value
Recontaining
Invoked before SCP-079 recontainment.
public static Event<RecontainingEventArgs> Recontaining { get; set; }
Property Value
RoomBlackout
Invoked before SCP-079 turns off the lights in a room.
public static Event<RoomBlackoutEventArgs> RoomBlackout { get; set; }
Property Value
TriggeringDoor
Invoked before triggering a door with SCP-079.
public static Event<TriggeringDoorEventArgs> TriggeringDoor { get; set; }
Property Value
ZoneBlackout
Invoked before SCP-079 turns off the lights in a zone.
public static Event<ZoneBlackoutEventArgs> ZoneBlackout { get; set; }
Property Value
Methods
OnChangingCamera(ChangingCameraEventArgs)
Called before SCP-079 switches cameras.
public static void OnChangingCamera(ChangingCameraEventArgs ev)
Parameters
ev
ChangingCameraEventArgsThe ChangingCameraEventArgs instance.
OnChangingSpeakerStatus(ChangingSpeakerStatusEventArgs)
Called while interacting with a speaker with SCP-079.
public static void OnChangingSpeakerStatus(ChangingSpeakerStatusEventArgs ev)
Parameters
ev
ChangingSpeakerStatusEventArgsThe ChangingSpeakerStatusEventArgs instance.
OnElevatorTeleporting(ElevatorTeleportingEventArgs)
Called before SCP-079 teleports using an elevator.
public static void OnElevatorTeleporting(ElevatorTeleportingEventArgs ev)
Parameters
ev
ElevatorTeleportingEventArgsThe ElevatorTeleportingEventArgs instance.
OnGainingExperience(GainingExperienceEventArgs)
Called before gaining experience with SCP-079.
public static void OnGainingExperience(GainingExperienceEventArgs ev)
Parameters
ev
GainingExperienceEventArgsThe GainingExperienceEventArgs instance.
OnGainingLevel(GainingLevelEventArgs)
Called before gaining levels with SCP-079.
public static void OnGainingLevel(GainingLevelEventArgs ev)
Parameters
ev
GainingLevelEventArgsThe GainingLevelEventArgs instance.
OnInteractingTesla(InteractingTeslaEventArgs)
Called before triggering a tesla with SCP-079.
public static void OnInteractingTesla(InteractingTeslaEventArgs ev)
Parameters
ev
InteractingTeslaEventArgsThe InteractingTeslaEventArgs instance.
OnLockingDown(LockingDownEventArgs)
Called before SCP-079 lockdowns a room.
public static void OnLockingDown(LockingDownEventArgs ev)
Parameters
ev
LockingDownEventArgsThe LockingDownEventArgs instance.
OnLosingSignal(LosingSignalEventArgs)
Called before SCP-079 loses a signal by SCP-2176.
public static void OnLosingSignal(LosingSignalEventArgs ev)
Parameters
ev
LosingSignalEventArgsThe LosingSignalEventArgs instance.
OnLostSignal(LostSignalEventArgs)
Called after SCP-079 loses a signal by SCP-2176.
public static void OnLostSignal(LostSignalEventArgs ev)
Parameters
ev
LostSignalEventArgsThe LostSignalEventArgs instance.
OnPinging(PingingEventArgs)
Called before SCP-079 sends a ping.
public static void OnPinging(PingingEventArgs ev)
Parameters
ev
PingingEventArgsThe PingingEventArgs instance.
OnRecontained(RecontainedEventArgs)
Called after SCP-079 is recontained.
public static void OnRecontained(RecontainedEventArgs ev)
Parameters
ev
RecontainedEventArgsThe RecontainedEventArgs instance.
OnRecontaining(RecontainingEventArgs)
Called before SCP-079 is recontained.
public static void OnRecontaining(RecontainingEventArgs ev)
Parameters
ev
RecontainingEventArgsThe RecontainingEventArgs instance.
OnRoomBlackout(RoomBlackoutEventArgs)
Called before SCP-079 turns off the lights in a room.
public static void OnRoomBlackout(RoomBlackoutEventArgs ev)
Parameters
ev
RoomBlackoutEventArgsThe PingingEventArgs instance.
OnTriggeringDoor(TriggeringDoorEventArgs)
Called before interacting with a door with SCP-079.
public static void OnTriggeringDoor(TriggeringDoorEventArgs ev)
Parameters
ev
TriggeringDoorEventArgsThe TriggeringDoorEventArgs instance.
OnZoneBlackout(ZoneBlackoutEventArgs)
Called before SCP-079 turns off the lights in a zone.
public static void OnZoneBlackout(ZoneBlackoutEventArgs ev)
Parameters
ev
ZoneBlackoutEventArgsThe PingingEventArgs instance.