Class ChargingEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether SCP-096 can charge.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who is controlling SCP-096.
public Player Player { get; }
Property Value
Scp096
Gets the Scp096Role triggering the event.
public Scp096Role Scp096 { get; }