Class RecontainedEventArgs
Contains information after SCP-079 gets recontained.
Inheritance
System.Object
RecontainedEventArgs
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.Scp079
Assembly: Exiled.Events.dll
Syntax
public class RecontainedEventArgs : IScp079Event, IPlayerEvent, IExiledEvent
Constructors
| Improve this Doc View SourceRecontainedEventArgs(Player)
Initializes a new instance of the RecontainedEventArgs class.
Declaration
public RecontainedEventArgs(Player player)
Parameters
Type | Name | Description |
---|---|---|
Player | player |
Properties
| Improve this Doc View SourcePlayer
Gets the player that previously controlled SCP-079.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp079
Declaration
public Scp079Role Scp079 { get; }
Property Value
Type | Description |
---|---|
Scp079Role |