Class UsingScp244EventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the SCP-244 can be used.
public bool IsAllowed { get; set; }
Property Value
Player
Gets the player who's using the SCP-244.
public Player Player { get; }
Property Value
Scp244
Gets the Scp244 instance.
public Scp244 Scp244 { get; }