Class FindingPositionEventArgs
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
Properties
IsAllowed
Gets or sets a value indicating whether the event is allowed to continue.
public bool IsAllowed { get; set; }
Property Value
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