Class Scp106
SCP-106 related events.
Inheritance
System.Object
Scp106
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.Handlers
Assembly: Exiled.Events.dll
Syntax
public static class Scp106
Properties
| Improve this Doc View SourceAttacking
Invoked before SCP-106 attacks player.
Declaration
public static Event<AttackingEventArgs> Attacking { get; set; }
Property Value
Type | Description |
---|---|
Event<AttackingEventArgs> |
ExitStalking
Invoked before SCP-106 exit the stalk ability.
Declaration
public static Event<ExitStalkingEventArgs> ExitStalking { get; set; }
Property Value
Type | Description |
---|---|
Event<ExitStalkingEventArgs> |
Stalking
Invoked before SCP-106 use the stalk ability.
Declaration
public static Event<StalkingEventArgs> Stalking { get; set; }
Property Value
Type | Description |
---|---|
Event<StalkingEventArgs> |
Teleporting
Invoked before SCP-106 teleports using the hunter atlas.
Declaration
public static Event<TeleportingEventArgs> Teleporting { get; set; }
Property Value
Type | Description |
---|---|
Event<TeleportingEventArgs> |
Methods
| Improve this Doc View SourceOnAttacking(AttackingEventArgs)
Called before SCP-106 attacks player.
Declaration
public static void OnAttacking(AttackingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
AttackingEventArgs | ev | The AttackingEventArgs instance. |
OnExitStalking(ExitStalkingEventArgs)
Called before SCP-106 exit the stalk ability.
Declaration
public static void OnExitStalking(ExitStalkingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
ExitStalkingEventArgs | ev | The ExitStalkingEventArgs instance. |
OnStalking(StalkingEventArgs)
Called before SCP-106 use the stalk ability.
Declaration
public static void OnStalking(StalkingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
StalkingEventArgs | ev | The StalkingEventArgs instance. |
OnTeleporting(TeleportingEventArgs)
Called before SCP-106 teleports using the hunter atlas.
Declaration
public static void OnTeleporting(TeleportingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
TeleportingEventArgs | ev | The TeleportingEventArgs instance. |