Table of Contents

Class FoundPositionEventArgs

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

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

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

Constructors

FoundPositionEventArgs(Player, Scp2536Spawnpoint)

Initializes a new instance of the FoundPositionEventArgs class.

public FoundPositionEventArgs(Player player, Scp2536Spawnpoint spawnpoint)

Parameters

player Player
spawnpoint Scp2536Spawnpoint

Properties

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