Table of Contents

Class FinishingRecallEventArgs

Namespace
Exiled.Events.EventArgs.Scp049
Assembly
Exiled.Events.dll

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

public class FinishingRecallEventArgs : IScp049Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
FinishingRecallEventArgs
Implements
Inherited Members
Extension Methods

Constructors

FinishingRecallEventArgs(Player, Player, BasicRagdoll, bool)

Initializes a new instance of the FinishingRecallEventArgs class.

public FinishingRecallEventArgs(Player target, Player scp049, BasicRagdoll ragdoll, bool isAllowed = true)

Parameters

target Player
scp049 Player
ragdoll BasicRagdoll
isAllowed bool

Properties

IsAllowed

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

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who is controlling SCP-049.

public Player Player { get; }

Property Value

Player

Ragdoll

Gets the Ragdoll who's getting revived.

public Ragdoll Ragdoll { get; }

Property Value

Ragdoll

Scp049

Gets the Scp049Role triggering the event.

public Scp049Role Scp049 { get; }

Property Value

Scp049Role

Target

Gets the player who's getting revived.

public Player Target { get; }

Property Value

Player