Class Scp106
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
ExitStalking
Invoked before SCP-106 exit the stalk ability.
public static Event<ExitStalkingEventArgs> ExitStalking { get; set; }
Property Value
Stalking
Invoked before SCP-106 use the stalk ability.
public static Event<StalkingEventArgs> Stalking { get; set; }
Property Value
Teleporting
Invoked before SCP-106 teleports using the hunter atlas.
public static Event<TeleportingEventArgs> Teleporting { get; set; }
Property Value
Methods
OnAttacking(AttackingEventArgs)
Called before SCP-106 attacks player.
public static void OnAttacking(AttackingEventArgs ev)
Parameters
ev
AttackingEventArgsThe AttackingEventArgs instance.
OnExitStalking(ExitStalkingEventArgs)
Called before SCP-106 exit the stalk ability.
public static void OnExitStalking(ExitStalkingEventArgs ev)
Parameters
ev
ExitStalkingEventArgsThe ExitStalkingEventArgs instance.
OnStalking(StalkingEventArgs)
Called before SCP-106 use the stalk ability.
public static void OnStalking(StalkingEventArgs ev)
Parameters
ev
StalkingEventArgsThe StalkingEventArgs instance.
OnTeleporting(TeleportingEventArgs)
Called before SCP-106 teleports using the hunter atlas.
public static void OnTeleporting(TeleportingEventArgs ev)
Parameters
ev
TeleportingEventArgsThe TeleportingEventArgs instance.