Class FinishingRecallEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the player can be revived.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who is controlling SCP-049.
public Player Player { get; }
Property Value
Ragdoll
Gets the Ragdoll who's getting revived.
public Ragdoll Ragdoll { get; }
Property Value
Scp049
Gets the Scp049Role triggering the event.
public Scp049Role Scp049 { get; }
Property Value
Target
Gets the player who's getting revived.
public Player Target { get; }