Table of Contents

Class Scp106

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

SCP-106 related events.

public static class Scp106
Inheritance
Scp106
Inherited Members

Properties

Attacking

Invoked before SCP-106 attacks player.

public static Event<AttackingEventArgs> Attacking { get; set; }

Property Value

Event<AttackingEventArgs>

ExitStalking

Invoked before SCP-106 exit the stalk ability.

public static Event<ExitStalkingEventArgs> ExitStalking { get; set; }

Property Value

Event<ExitStalkingEventArgs>

Stalking

Invoked before SCP-106 use the stalk ability.

public static Event<StalkingEventArgs> Stalking { get; set; }

Property Value

Event<StalkingEventArgs>

Teleporting

Invoked before SCP-106 teleports using the hunter atlas.

public static Event<TeleportingEventArgs> Teleporting { get; set; }

Property Value

Event<TeleportingEventArgs>

Methods

OnAttacking(AttackingEventArgs)

Called before SCP-106 attacks player.

public static void OnAttacking(AttackingEventArgs ev)

Parameters

ev AttackingEventArgs

The AttackingEventArgs instance.

OnExitStalking(ExitStalkingEventArgs)

Called before SCP-106 exit the stalk ability.

public static void OnExitStalking(ExitStalkingEventArgs ev)

Parameters

ev ExitStalkingEventArgs

The ExitStalkingEventArgs instance.

OnStalking(StalkingEventArgs)

Called before SCP-106 use the stalk ability.

public static void OnStalking(StalkingEventArgs ev)

Parameters

ev StalkingEventArgs

The StalkingEventArgs instance.

OnTeleporting(TeleportingEventArgs)

Called before SCP-106 teleports using the hunter atlas.

public static void OnTeleporting(TeleportingEventArgs ev)

Parameters

ev TeleportingEventArgs

The TeleportingEventArgs instance.