Class FinishingRecallEventArgs
Contains all information before SCP-049 finishes reviving a player.
Inheritance
System.Object
FinishingRecallEventArgs
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 SourceFinishingRecallEventArgs(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 SourceIsAllowed
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 |
Player
Gets the player who is controlling SCP-049.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Ragdoll
Gets the Ragdoll who's getting revived.
Declaration
public Ragdoll Ragdoll { get; }
Property Value
Type | Description |
---|---|
Ragdoll |
Scp049
Declaration
public Scp049Role Scp049 { get; }
Property Value
Type | Description |
---|---|
Scp049Role |
Target
Gets the player who's getting revived.
Declaration
public Player Target { get; }
Property Value
Type | Description |
---|---|
Player |