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

Search Results for

    Class HealthBarExtraBarsData

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

    Properties

    | Improve this Doc View Source

    AllShieldBar

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

    ChampSpecificBar

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

    DisguiseHealthBar

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

    IncomingHealBar

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

    MagicShieldBar

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

    PhysicalShieldBar

    Declaration
    public MetaHash PhysicalShieldBar { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass