Search Results for

    Show / Hide Table of Contents

    Class FinishingRecallEventArgs

    Contains all information before SCP-049 finishes reviving a player.

    Inheritance
    System.Object
    FinishingRecallEventArgs
    Implements
    IScp049Event
    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.Scp049
    Assembly: Exiled.Events.dll
    Syntax
    public class FinishingRecallEventArgs : IScp049Event, IPlayerEvent, IDeniableEvent, IExiledEvent

    Constructors

    | Improve this Doc View Source

    FinishingRecallEventArgs(Player, Player, BasicRagdoll, Boolean)

    Initializes a new instance of the FinishingRecallEventArgs class.

    Declaration
    public FinishingRecallEventArgs(Player target, Player scp049, BasicRagdoll ragdoll, bool isAllowed = true)
    Parameters
    Type Name Description
    Player target
    Player scp049
    PlayerRoles.Ragdolls.BasicRagdoll ragdoll
    System.Boolean isAllowed

    Properties

    | Improve this Doc View Source

    IsAllowed

    Gets or sets a value indicating whether or not the player can be revived.

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

    Player

    Gets the player who is controlling SCP-049.

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

    Ragdoll

    Gets the Ragdoll who's getting revived.

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

    Scp049

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

    Target

    Gets the player who's getting revived.

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

    Implements

    IScp049Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

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