Class OpeningScp244EventArgs
Contains all information before a player opens SCP-244.
public class OpeningScp244EventArgs : IDeniableEvent, IExiledEvent
- Inheritance
-
OpeningScp244EventArgs
- Implements
- Inherited Members
- Extension Methods
Constructors
OpeningScp244EventArgs(Scp244DeployablePickup)
Initializes a new instance of the OpeningScp244EventArgs class.
public OpeningScp244EventArgs(Scp244DeployablePickup pickup)
Parameters
pickup
Scp244DeployablePickup
Properties
IsAllowed
Gets or sets a value indicating whether the player can open SCP-244.
public bool IsAllowed { get; set; }
Property Value
Pickup
Gets a value representing the Scp244Pickup being opened.
public Scp244Pickup Pickup { get; }