Search Results for

    Show / Hide Table of Contents

    Class StalkingEventArgs

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

    Inheritance
    System.Object
    StalkingEventArgs
    Implements
    IScp106Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent
    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 Source

    StalkingEventArgs(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 Source

    IsAllowed

    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
    | Improve this Doc View Source

    MinimumVigor

    Gets or sets the required minimum vigor to stalk.

    Declaration
    public float MinimumVigor { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Player

    Gets the player who's controlling SCP-106.

    Declaration
    public Player Player { get; }
    Property Value
    Type Description
    Player
    | Improve this Doc View Source

    Scp106

    Declaration
    public Scp106Role Scp106 { get; }
    Property Value
    Type Description
    Scp106Role
    | Improve this Doc View Source

    Scp106StalkAbility

    Gets the Scp106StalkAbility.

    Declaration
    [Obsolete("Use Scp106.StalkAbility instead of this")]
    public Scp106StalkAbility Scp106StalkAbility { get; }
    Property Value
    Type Description
    PlayerRoles.PlayableScps.Scp106.Scp106StalkAbility
    | Improve this Doc View Source

    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

    Implements

    IScp106Event
    IPlayerEvent
    IDeniableEvent
    IExiledEvent

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX