Class OpeningScp244EventArgs
Contains all information before a player opens SCP-244.
Inheritance
System.Object
OpeningScp244EventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Scp244
Assembly: Exiled.Events.dll
Syntax
public class OpeningScp244EventArgs : IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceOpeningScp244EventArgs(Scp244DeployablePickup)
Initializes a new instance of the OpeningScp244EventArgs class.
Declaration
public OpeningScp244EventArgs(Scp244DeployablePickup pickup)
Parameters
Type | Name | Description |
---|---|---|
InventorySystem.Items.Usables.Scp244.Scp244DeployablePickup | pickup |
Properties
| Improve this Doc View SourceIsAllowed
Gets or sets a value indicating whether or not the player can open SCP-244.
Declaration
public bool IsAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Pickup
Gets a value representing the Scp244Pickup being opened.
Declaration
public Scp244Pickup Pickup { get; }
Property Value
Type | Description |
---|---|
Scp244Pickup |