Class StartingRecallEventArgs
Contains all information before SCP-049 begins recalling a player.
public class StartingRecallEventArgs : IScp049Event, IPlayerEvent, IRagdollEvent, IDeniableEvent, IExiledEvent
- Inheritance
-
StartingRecallEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
StartingRecallEventArgs(Player, Ragdoll, bool)
Initializes a new instance of the StartingRecallEventArgs class.
public StartingRecallEventArgs(Player player, Ragdoll ragdoll, bool isAllowed = true)
Parameters
Properties
IsAllowed
Gets or sets a value indicating whether the recall can begin.
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 recalled.
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 recalled.
public Player Target { get; }