Table of Contents

Class StartPryingGateEventArgs

Namespace
Exiled.Events.EventArgs.Scp096
Assembly
Exiled.Events.dll

Contains all information before SCP-096 begins prying a gate open.

public class StartPryingGateEventArgs : IScp096Event, IPlayerEvent, IDeniableEvent, IDoorEvent, IExiledEvent
Inheritance
StartPryingGateEventArgs
Implements
Inherited Members
Extension Methods

Constructors

StartPryingGateEventArgs(Player, PryableDoor, bool)

Initializes a new instance of the StartPryingGateEventArgs class.

public StartPryingGateEventArgs(Player player, PryableDoor gate, bool isAllowed = true)

Parameters

player Player
gate PryableDoor
isAllowed bool

Properties

Door

Gets the Door to be pried open.

public Door Door { get; }

Property Value

Door

Gate

Gets the Gate to be pried open.

public Gate Gate { get; }

Property Value

Gate

IsAllowed

Gets or Sets a value indicating whether the gate can be pried open by SCP-096.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player that is controlling SCP-096.

public Player Player { get; }

Property Value

Player

Scp096

Gets the Scp096Role triggering the event.

public Scp096Role Scp096 { get; }

Property Value

Scp096Role