Table of Contents

Class OpeningScp244EventArgs

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

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

bool

Pickup

Gets a value representing the Scp244Pickup being opened.

public Scp244Pickup Pickup { get; }

Property Value

Scp244Pickup