League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class ContextualConditionTimeSinceStealthStateChange

    Inheritance
    System.Object
    IContextualCondition
    ContextualConditionTimeSinceStealthStateChange
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class ContextualConditionTimeSinceStealthStateChange : IContextualCondition, IMetaClass

    Properties

    | Improve this Doc View Source

    CompareOp

    Declaration
    public byte CompareOp { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    StateToCheck

    Declaration
    public byte StateToCheck { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    TimeThreshold

    Declaration
    public float TimeThreshold { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass