Search Results for

    Show / Hide Table of Contents

    Class Scp096

    SCP-096 related events.

    Inheritance
    System.Object
    Scp096
    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 Scp096

    Properties

    | Improve this Doc View Source

    AddingTarget

    Invoked before adding a target to SCP-096.

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

    CalmingDown

    Invoked before SCP-096 calms down.

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

    Charging

    Invoked before SCP-096 begins charging.

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

    Enraging

    Invoked before SCP-096 is enraged.

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

    StartPryingGate

    Invoked before SCP-096 begins prying open a gate.

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

    TryingNotToCry

    Invoked before SCP-096 tries not to cry.

    Declaration
    public static Event<TryingNotToCryEventArgs> TryingNotToCry { get; set; }
    Property Value
    Type Description
    Event<TryingNotToCryEventArgs>

    Methods

    | Improve this Doc View Source

    OnAddingTarget(AddingTargetEventArgs)

    Called before adding a target to SCP-096.

    Declaration
    public static void OnAddingTarget(AddingTargetEventArgs ev)
    Parameters
    Type Name Description
    AddingTargetEventArgs ev

    The AddingTargetEventArgs instance.

    | Improve this Doc View Source

    OnCalmingDown(CalmingDownEventArgs)

    Called before SCP-096 calms down.

    Declaration
    public static void OnCalmingDown(CalmingDownEventArgs ev)
    Parameters
    Type Name Description
    CalmingDownEventArgs ev

    The CalmingDownEventArgs instance.

    | Improve this Doc View Source

    OnCharging(ChargingEventArgs)

    Called before SCP-096 begins charging.

    Declaration
    public static void OnCharging(ChargingEventArgs ev)
    Parameters
    Type Name Description
    ChargingEventArgs ev

    The ChargingEventArgs instance.

    | Improve this Doc View Source

    OnEnraging(EnragingEventArgs)

    Called before SCP-096 is enraged.

    Declaration
    public static void OnEnraging(EnragingEventArgs ev)
    Parameters
    Type Name Description
    EnragingEventArgs ev

    The EnragingEventArgs instance.

    | Improve this Doc View Source

    OnStartPryingGate(StartPryingGateEventArgs)

    Called before SCP-096 begins prying open a gate.

    Declaration
    public static void OnStartPryingGate(StartPryingGateEventArgs ev)
    Parameters
    Type Name Description
    StartPryingGateEventArgs ev

    The StartPryingGateEventArgs instance.

    | Improve this Doc View Source

    OnTryingNotToCry(TryingNotToCryEventArgs)

    Called before SCP-096 starts trying not to cry.

    Declaration
    public static void OnTryingNotToCry(TryingNotToCryEventArgs ev)
    Parameters
    Type Name Description
    TryingNotToCryEventArgs ev

    The TryingNotToCryEventArgs instance.

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