Search Results for

    Show / Hide Table of Contents

    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 Source

    Attacking

    Invoked before SCP-106 attacks player.

    Declaration
    public static Event<AttackingEventArgs> Attacking { get; set; }
    Property Value
    Type Description
    Event<AttackingEventArgs>
    | Improve this Doc View Source

    ExitStalking

    Invoked before SCP-106 exit the stalk ability.

    Declaration
    public static Event<ExitStalkingEventArgs> ExitStalking { get; set; }
    Property Value
    Type Description
    Event<ExitStalkingEventArgs>
    | Improve this Doc View Source

    Stalking

    Invoked before SCP-106 use the stalk ability.

    Declaration
    public static Event<StalkingEventArgs> Stalking { get; set; }
    Property Value
    Type Description
    Event<StalkingEventArgs>
    | Improve this Doc View Source

    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 Source

    OnAttacking(AttackingEventArgs)

    Called before SCP-106 attacks player.

    Declaration
    public static void OnAttacking(AttackingEventArgs ev)
    Parameters
    Type Name Description
    AttackingEventArgs ev

    The AttackingEventArgs instance.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX