Search Results for

    Show / Hide Table of Contents

    Class Scp3114

    Scp3114 related events.

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

    Properties

    | Improve this Doc View Source

    Disguised

    Invoked when disguised.

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

    Disguising

    Invoked before disguising.

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

    Revealed

    Invoked when reveals.

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

    Revealing

    Invoked before reveals.

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

    TryUseBody

    Invoked before trying to use a body.

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

    VoiceLines

    Invoked before sending any SCP-3114 voicelines.

    Declaration
    public static Event<VoiceLinesEventArgs> VoiceLines { get; set; }
    Property Value
    Type Description
    Event<VoiceLinesEventArgs>

    Methods

    | Improve this Doc View Source

    OnDisguised(DisguisedEventArgs)

    Called after diguising.

    Declaration
    public static void OnDisguised(DisguisedEventArgs ev)
    Parameters
    Type Name Description
    DisguisedEventArgs ev

    The DisguisedEventArgs instance.

    | Improve this Doc View Source

    OnDisguising(DisguisingEventArgs)

    Called before diguising.

    Declaration
    public static void OnDisguising(DisguisingEventArgs ev)
    Parameters
    Type Name Description
    DisguisingEventArgs ev

    The DisguisingEventArgs instance.

    | Improve this Doc View Source

    OnRevealed(RevealedEventArgs)

    Called after reveals.

    Declaration
    public static void OnRevealed(RevealedEventArgs ev)
    Parameters
    Type Name Description
    RevealedEventArgs ev

    The RevealedEventArgs instance.

    | Improve this Doc View Source

    OnRevealing(RevealingEventArgs)

    Called before revealing.

    Declaration
    public static void OnRevealing(RevealingEventArgs ev)
    Parameters
    Type Name Description
    RevealingEventArgs ev

    The RevealingEventArgs instance.

    | Improve this Doc View Source

    OnTryUseBody(TryUseBodyEventArgs)

    Called before trying to use a body.

    Declaration
    public static void OnTryUseBody(TryUseBodyEventArgs ev)
    Parameters
    Type Name Description
    TryUseBodyEventArgs ev

    The TryUseBodyEventArgs instance.

    | Improve this Doc View Source

    OnVoiceLines(VoiceLinesEventArgs)

    Called before sending any SCP-3114 voicelines.

    Declaration
    public static void OnVoiceLines(VoiceLinesEventArgs ev)
    Parameters
    Type Name Description
    VoiceLinesEventArgs ev

    The VoiceLinesEventArgs instance.

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