Class RecontainedEventArgs
Contains information after SCP-079 gets recontained.
public class RecontainedEventArgs : IScp079Event, IPlayerEvent, IExiledEvent
- Inheritance
-
RecontainedEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
RecontainedEventArgs(Player, Scp079Recontainer)
Initializes a new instance of the RecontainedEventArgs class.
public RecontainedEventArgs(Player player, Scp079Recontainer scp079Recontainer)
Parameters
player
Playerscp079Recontainer
Scp079Recontainer
Properties
Attacker
Gets the player who recontained SCP-079.
public Player Attacker { get; }
Property Value
IsAutomatic
Gets a value indicating whether the recontainment has been made automatically or by triggering the process.
public bool IsAutomatic { get; }
Property Value
Player
Gets the player that previously controlled SCP-079.
public Player Player { get; }
Property Value
Recontainer
Gets the instance that handle SCP-079 recontained proccess.
public Scp079Recontainer Recontainer { get; }
Property Value
- Scp079Recontainer
Scp079
Gets the Scp079Role triggering the event.
public Scp079Role Scp079 { get; }