Table of Contents

Class ChargingEventArgs

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

Contains all information before SCP-096 charges.

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

Constructors

ChargingEventArgs(Player, bool)

Initializes a new instance of the ChargingEventArgs class.

public ChargingEventArgs(Player player, bool isAllowed = true)

Parameters

player Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether SCP-096 can charge.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who 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