Class StalkingEventArgs
Contains all information before SCP-106 uses the stalk ability.
Inheritance
System.Object
StalkingEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.Events.EventArgs.Scp106
Assembly: Exiled.Events.dll
Syntax
public class StalkingEventArgs : IScp106Event, IPlayerEvent, IDeniableEvent, IExiledEvent
Constructors
| Improve this Doc View SourceStalkingEventArgs(Player, Boolean)
Initializes a new instance of the StalkingEventArgs class.
Declaration
public StalkingEventArgs(Player player, bool isAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
System.Boolean | isAllowed |
Properties
| Improve this Doc View SourceIsAllowed
Gets or sets a value indicating whether or not SCP-106 can stalk.
Declaration
public bool IsAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MinimumVigor
Gets or sets the required minimum vigor to stalk.
Declaration
public float MinimumVigor { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Player
Gets the player who's controlling SCP-106.
Declaration
public Player Player { get; }
Property Value
Type | Description |
---|---|
Player |
Scp106
Declaration
public Scp106Role Scp106 { get; }
Property Value
Type | Description |
---|---|
Scp106Role |
Scp106StalkAbility
Gets the Scp106StalkAbility.
Declaration
[Obsolete("Use Scp106.StalkAbility instead of this")]
public Scp106StalkAbility Scp106StalkAbility { get; }
Property Value
Type | Description |
---|---|
PlayerRoles.PlayableScps.Scp106.Scp106StalkAbility |
Vigor
Gets or sets the current vigor when SCP-106 starts to stalk.
Declaration
public float Vigor
{
[Obsolete("Use Scp106.Vigor instead of this")]
get;
[Obsolete("Use Scp106.Vigor instead of this")]
set;
}
Property Value
Type | Description |
---|---|
System.Single |