Table of Contents

Class UsingScp244EventArgs

Namespace
Exiled.Events.EventArgs.Scp244
Assembly
Exiled.Events.dll

Contains all information before SCP-244 is used.

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

Constructors

UsingScp244EventArgs(Scp244Item, Player, bool)

Initializes a new instance of the UsingScp244EventArgs class.

public UsingScp244EventArgs(Scp244Item scp244, Player player, bool isAllowed = true)

Parameters

scp244 Scp244Item
player Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the SCP-244 can be used.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who's using the SCP-244.

public Player Player { get; }

Property Value

Player

Scp244

Gets the Scp244 instance.

public Scp244 Scp244 { get; }

Property Value

Scp244