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

Search Results for

    Class UnitStatsUiData

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

    Properties

    | Improve this Doc View Source

    AdvancedStats

    Declaration
    public Dictionary<byte, MetaEmbedded<UnitStatUiData>> AdvancedStats { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<UnitStatUiData>>
    | Improve this Doc View Source

    BasicStats

    Declaration
    public Dictionary<byte, MetaEmbedded<UnitStatUiData>> BasicStats { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<UnitStatUiData>>
    | Improve this Doc View Source

    NewStats

    Declaration
    public Dictionary<byte, MetaEmbedded<UnitStatUiData>> NewStats { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<UnitStatUiData>>

    Implements

    IMetaClass