Table of Contents

Class RecontainingEventArgs

Namespace
Exiled.Events.EventArgs.Scp079
Assembly
Exiled.Events.dll

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 BreakableWindow

The BreakableWindow instance.

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

IsAutomatic

Gets a value indicating whether the recontained has been made automatically or by triggering the proccess.

public bool IsAutomatic { get; }

Property Value

bool

Player

Gets the Player that started the recontainment process.
Can be null if IsAutomatic is true.

public Player Player { get; }

Property Value

Player