Search Results for

    Show / Hide Table of Contents

    Class Scp049

    SCP-049 related events.

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

    Properties

    | Improve this Doc View Source

    ActivatingSense

    Invoked before SCP-049 uses the good sense of the doctor ability.

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

    Attacking

    Invoked before SCP-049 attacks player.

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

    FinishingRecall

    Invoked before SCP-049 finishes reviving a player.

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

    SendingCall

    Invoked before SCP-049 uses the call ability.

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

    StartingRecall

    Invoked before SCP-049 begins reviving a player.

    Declaration
    public static Event<StartingRecallEventArgs> StartingRecall { get; set; }
    Property Value
    Type Description
    Event<StartingRecallEventArgs>

    Methods

    | Improve this Doc View Source

    OnActivatingSense(ActivatingSenseEventArgs)

    Called before SCP-049 starts the good sense of the doctor ability.

    Declaration
    public static void OnActivatingSense(ActivatingSenseEventArgs ev)
    Parameters
    Type Name Description
    ActivatingSenseEventArgs ev

    The ActivatingSenseEventArgs instance.

    | Improve this Doc View Source

    OnAttacking(AttackingEventArgs)

    Called before SCP-049 attacks player.

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

    The AttackingEventArgs instance.

    | Improve this Doc View Source

    OnFinishingRecall(FinishingRecallEventArgs)

    Called before SCP-049 finishes reviving a player.

    Declaration
    public static void OnFinishingRecall(FinishingRecallEventArgs ev)
    Parameters
    Type Name Description
    FinishingRecallEventArgs ev

    The FinishingRecallEventArgs instance.

    | Improve this Doc View Source

    OnSendingCall(SendingCallEventArgs)

    Called before SCP-049 starts the call ability.

    Declaration
    public static void OnSendingCall(SendingCallEventArgs ev)
    Parameters
    Type Name Description
    SendingCallEventArgs ev

    The SendingCallEventArgs instance.

    | Improve this Doc View Source

    OnStartingRecall(StartingRecallEventArgs)

    Called before SCP-049 starts to revive a player.

    Declaration
    public static void OnStartingRecall(StartingRecallEventArgs ev)
    Parameters
    Type Name Description
    StartingRecallEventArgs ev

    The StartingRecallEventArgs instance.

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