Search Results for

    Show / Hide Table of Contents

    Class PlayingVoiceEventArgs

    Contains all information before SCP-939 plays a stolen player's voice.

    Inheritance
    System.Object
    PlayingVoiceEventArgs
    Implements
    IScp939Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent
    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.EventArgs.Scp939
    Assembly: Exiled.Events.dll
    Syntax
    public class PlayingVoiceEventArgs : IScp939Event, IPlayerEvent, IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    PlayingVoiceEventArgs(ReferenceHub, ReferenceHub)

    Initializes a new instance of the PlayingVoiceEventArgs class.

    Declaration
    public PlayingVoiceEventArgs(ReferenceHub player, ReferenceHub stolen)
    Parameters
    Type Name Description
    ReferenceHub player
    ReferenceHub stolen

    The player who's voice was stolen.

    Properties

    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not SCP-939 can play the stolen voice.

    Declaration
    public bool IsAllowed { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Player

    Gets the player who's controlling SCP-939.

    Declaration
    public Player Player { get; }
    Property Value
    Type Description
    Player
    | Improve this Doc View Source

    Scp939

    Declaration
    public Scp939Role Scp939 { get; }
    Property Value
    Type Description
    Scp939Role
    | Improve this Doc View Source

    Stolen

    Gets the players who's voice was stolen.

    Declaration
    public Player Stolen { get; }
    Property Value
    Type Description
    Player

    Implements

    IScp939Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX