Class RecontainingEventArgs
Contains information before SCP-079 gets recontained.
public class RecontainingEventArgs : IDeniableEvent, IPlayerEvent, IExiledEvent
- Inheritance
-
RecontainingEventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
RecontainingEventArgs(BreakableWindow)
Initializes a new instance of the RecontainingEventArgs class.
public RecontainingEventArgs(BreakableWindow recontainer)
Parameters
recontainer
BreakableWindowThe BreakableWindow instance.
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
IsAutomatic
Gets a value indicating whether the recontained has been made automatically or by triggering the proccess.
public bool IsAutomatic { get; }
Property Value
Player
Gets the Player that started the recontainment process.
Can be null if IsAutomatic is true.
public Player Player { get; }