Class StartPryingGateEventArgs
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
Properties
Door
Gets the Door to be pried open.
public Door Door { get; }
Property Value
Gate
Gets the Gate to be pried open.
public Gate Gate { get; }
Property Value
IsAllowed
Gets or Sets a value indicating whether the gate can be pried open by SCP-096.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player that is controlling SCP-096.
public Player Player { get; }
Property Value
Scp096
Gets the Scp096Role triggering the event.
public Scp096Role Scp096 { get; }