Table of Contents

Class ActivatingEventArgs

Namespace
Exiled.Events.EventArgs.Scp914
Assembly
Exiled.Events.dll

Contains all information before a player activates SCP-914.

public class ActivatingEventArgs : IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
ActivatingEventArgs
Implements
Inherited Members
Extension Methods

Constructors

ActivatingEventArgs(Player, bool)

Initializes a new instance of the ActivatingEventArgs class.

public ActivatingEventArgs(Player player, bool isAllowed = true)

Parameters

player Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether SCP-914 can be activated.

public bool IsAllowed { get; set; }

Property Value

bool

KnobSetting

Gets or sets SCP-914 working knob setting.

public Scp914KnobSetting KnobSetting { get; set; }

Property Value

Scp914KnobSetting

Player

Gets the player who's activating SCP-914.

public Player Player { get; }

Property Value

Player