Class Scp244SpawningEventArgs
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
RoomIdentifierscp244Pickup
Scp244DeployablePickup
Properties
IsAllowed
Gets or sets a value indicating whether the item can be spawning.
public bool IsAllowed { get; set; }
Property Value
Pickup
Gets the Pickup triggering the event.
public Pickup Pickup { get; }
Property Value
Room
Gets the Room which the Pickup will be spawning in.
public Room Room { get; }
Property Value
Scp244Pickup
Gets a value indicating the pickup being spawning.
public Scp244Pickup Scp244Pickup { get; }