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

Search Results for

    Class StealthBreakFlags

    Inheritance
    System.Object
    StealthBreakFlags
    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 StealthBreakFlags : IMetaClass

    Properties

    | Improve this Doc View Source

    InRangeOfTower

    Declaration
    public bool InRangeOfTower { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnEnemyChampionInDetectionRadius

    Declaration
    public bool OnEnemyChampionInDetectionRadius { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnPerceptionBubbleReveal

    Declaration
    public bool OnPerceptionBubbleReveal { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnTakeDamage

    Declaration
    public bool OnTakeDamage { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass