Table of Contents

Class StartingRecallEventArgs

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

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

player Player
ragdoll Ragdoll
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the recall can begin.

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 recalled.

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 recalled.

public Player Target { get; }

Property Value

Player