Class ActivatingEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether SCP-914 can be activated.
public bool IsAllowed { get; set; }
Property Value
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; }