Table of Contents

Class FindingPositionEventArgs

Namespace
Exiled.Events.EventArgs.Scp2536
Assembly
Exiled.Events.dll

Contains all information before SCP-2536 chooses target for spawning.

public class FindingPositionEventArgs : IDeniableEvent, IPlayerEvent, IExiledEvent
Inheritance
FindingPositionEventArgs
Implements
Inherited Members
Extension Methods

Constructors

FindingPositionEventArgs(Player, Scp2536Spawnpoint, bool)

Initializes a new instance of the FindingPositionEventArgs class.

public FindingPositionEventArgs(Player player, Scp2536Spawnpoint spawnpoint, bool isAllowed = true)

Parameters

player Player
spawnpoint Scp2536Spawnpoint
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

Player

Gets the player near whom SCP-2536 will spawn.

public Player Player { get; }

Property Value

Player

Spawnpoint

Gets or sets the spawn point where SCP will spawn.

public Scp2536Spawnpoint Spawnpoint { get; set; }

Property Value

Scp2536Spawnpoint