Table of Contents

Class Scp244SpawningEventArgs

Namespace
Exiled.Events.EventArgs.Map
Assembly
Exiled.Events.dll

Contains all information up to spawning Scp244.

public class Scp244SpawningEventArgs : IRoomEvent, IPickupEvent, IDeniableEvent, IExiledEvent
Inheritance
Scp244SpawningEventArgs
Implements
Inherited Members
Extension Methods

Constructors

Scp244SpawningEventArgs(RoomIdentifier, Scp244DeployablePickup)

Initializes a new instance of the Scp244SpawningEventArgs class.

public Scp244SpawningEventArgs(RoomIdentifier room, Scp244DeployablePickup scp244Pickup)

Parameters

room RoomIdentifier
scp244Pickup Scp244DeployablePickup

Properties

IsAllowed

Gets or sets a value indicating whether the item can be spawning.

public bool IsAllowed { get; set; }

Property Value

bool

Pickup

Gets the Pickup triggering the event.

public Pickup Pickup { get; }

Property Value

Pickup

Room

Gets the Room which the Pickup will be spawning in.

public Room Room { get; }

Property Value

Room

Scp244Pickup

Gets a value indicating the pickup being spawning.

public Scp244Pickup Scp244Pickup { get; }

Property Value

Scp244Pickup