Table of Contents

Class SpawningEventArgs

Namespace
Exiled.Events.EventArgs.Scp559
Assembly
Exiled.Events.dll

Contains all information before SCP-559 spawns.

[Obsolete("Only availaible for Christmas and AprilFools.")]
public class SpawningEventArgs : IDeniableEvent, IScp559Event, IExiledEvent
Inheritance
SpawningEventArgs
Implements
Inherited Members
Extension Methods

Constructors

SpawningEventArgs(Scp559, Vector3, Vector3, bool)

Initializes a new instance of the SpawningEventArgs class.

public SpawningEventArgs(Scp559 scp559, Vector3 oldPosition, Vector3 newPosition, bool isAllowed = true)

Parameters

scp559 Scp559
oldPosition Vector3
newPosition Vector3
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the event is allowed to continue.

public bool IsAllowed { get; set; }

Property Value

bool

NextPosition

Gets or sets the next spawn position.

public Vector3 NextPosition { get; set; }

Property Value

Vector3

PreviousPosition

Gets the previous spawn position.

public Vector3 PreviousPosition { get; }

Property Value

Vector3

Scp559

Gets the Scp559.

public Scp559 Scp559 { get; }

Property Value

Scp559