Table of Contents

Class StalkingEventArgs

Namespace
Exiled.Events.EventArgs.Scp106
Assembly
Exiled.Events.dll

Contains all information before SCP-106 uses the stalk ability.

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

Constructors

StalkingEventArgs(Player)

Initializes a new instance of the StalkingEventArgs class.

public StalkingEventArgs(Player player)

Parameters

player Player

Properties

IsAllowed

Gets or sets a value indicating whether SCP-106 can stalk.

public bool IsAllowed { get; set; }

Property Value

bool

Remarks

IsAllowed doesn't indicate whether vigor is sufficient for Stalking. MinimumVigor needs to be changed to override the base game check.

MinimumVigor

Gets or sets the required minimum vigor to stalk.

public float MinimumVigor { get; set; }

Property Value

float

Player

Gets the player who's controlling SCP-106.

public Player Player { get; }

Property Value

Player

Scp106

Gets the Scp106Role triggering the event.

public Scp106Role Scp106 { get; }

Property Value

Scp106Role