Class FoundPositionEventArgs
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
playerPlayerspawnpointScp2536Spawnpoint
Properties
Player
Gets the player near whom SCP-2536 will spawn.
public Player Player { get; }
Property Value
Spawnpoint
Gets or sets the spawn point where SCP will spawn.
public Scp2536Spawnpoint Spawnpoint { get; set; }
Property Value
- Scp2536Spawnpoint