Class StartingRecallEventArgs
Contains all information before SCP-049 begins recalling a player.
Inheritance
System.Object
StartingRecallEventArgs
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 StartingRecallEventArgs : IScp049Event, IPlayerEvent, IRagdollEvent, IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceStartingRecallEventArgs(Player, Ragdoll, Boolean)
Initializes a new instance of the StartingRecallEventArgs class.
Declaration
public StartingRecallEventArgs(Player player, Ragdoll ragdoll, bool isAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
Ragdoll | ragdoll | |
System.Boolean | isAllowed |
Properties
| Improve this Doc View SourceIsAllowed
Gets or sets a value indicating whether the recall can begin.
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 recalled.
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 recalled.
Declaration
public Player Target { get; }
Property Value
Type | Description |
---|---|
Player |