Table of Contents

Class Scp3114

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

Scp3114 related events.

public static class Scp3114
Inheritance
Scp3114
Inherited Members

Properties

Dancing

Invoked before SCP-3314 changes its dancing status.

public static Event<DancingEventArgs> Dancing { get; set; }

Property Value

Event<DancingEventArgs>

Disguised

Invoked when disguised.

public static Event<DisguisedEventArgs> Disguised { get; set; }

Property Value

Event<DisguisedEventArgs>

Disguising

Invoked before disguising.

public static Event<DisguisingEventArgs> Disguising { get; set; }

Property Value

Event<DisguisingEventArgs>

Revealed

Invoked when reveals.

public static Event<RevealedEventArgs> Revealed { get; set; }

Property Value

Event<RevealedEventArgs>

Revealing

Invoked before reveals.

public static Event<RevealingEventArgs> Revealing { get; set; }

Property Value

Event<RevealingEventArgs>

Slapped

Invoked after SCP-3114 slaps a player.

public static Event<SlappedEventArgs> Slapped { get; set; }

Property Value

Event<SlappedEventArgs>

Strangling

Invoked before strangling a player.

public static Event<StranglingEventArgs> Strangling { get; set; }

Property Value

Event<StranglingEventArgs>

TryUseBody

Invoked before trying to use a body.

public static Event<TryUseBodyEventArgs> TryUseBody { get; set; }

Property Value

Event<TryUseBodyEventArgs>

VoiceLines

Invoked before sending any SCP-3114 voicelines.

public static Event<VoiceLinesEventArgs> VoiceLines { get; set; }

Property Value

Event<VoiceLinesEventArgs>

Methods

OnDancing(DancingEventArgs)

Called before SCP-3314 changes its dancing status.

public static void OnDancing(DancingEventArgs ev)

Parameters

ev DancingEventArgs

The DancingEventArgs instance.

OnDisguised(DisguisedEventArgs)

Called after diguising.

public static void OnDisguised(DisguisedEventArgs ev)

Parameters

ev DisguisedEventArgs

The DisguisedEventArgs instance.

OnDisguising(DisguisingEventArgs)

Called before diguising.

public static void OnDisguising(DisguisingEventArgs ev)

Parameters

ev DisguisingEventArgs

The DisguisingEventArgs instance.

OnRevealed(RevealedEventArgs)

Called after reveals.

public static void OnRevealed(RevealedEventArgs ev)

Parameters

ev RevealedEventArgs

The RevealedEventArgs instance.

OnRevealing(RevealingEventArgs)

Called before revealing.

public static void OnRevealing(RevealingEventArgs ev)

Parameters

ev RevealingEventArgs

The RevealingEventArgs instance.

OnSlapped(SlappedEventArgs)

Called after SCP-3114 slaps a player.

public static void OnSlapped(SlappedEventArgs ev)

Parameters

ev SlappedEventArgs

The SlappedEventArgs instance.

OnStrangling(StranglingEventArgs)

Called before strangling a player.

public static void OnStrangling(StranglingEventArgs ev)

Parameters

ev StranglingEventArgs

The StranglingEventArgs instance.

OnTryUseBody(TryUseBodyEventArgs)

Called before trying to use a body.

public static void OnTryUseBody(TryUseBodyEventArgs ev)

Parameters

ev TryUseBodyEventArgs

The TryUseBodyEventArgs instance.

OnVoiceLines(VoiceLinesEventArgs)

Called before sending any SCP-3114 voicelines.

public static void OnVoiceLines(VoiceLinesEventArgs ev)

Parameters

ev VoiceLinesEventArgs

The VoiceLinesEventArgs instance.