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

Search Results for

    Class GlobalStatsUiData

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

    Properties

    | Improve this Doc View Source

    BaseOutputIconModifier

    Declaration
    public string BaseOutputIconModifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BonusOutputIconModifier

    Declaration
    public string BonusOutputIconModifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CharLevelIconKey

    Declaration
    public string CharLevelIconKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CharLevelScalingTagKey

    Declaration
    public string CharLevelScalingTagKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ExpandedTooltipCalculationExpansion

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

    FormulaPartRangeStyle

    Declaration
    public string FormulaPartRangeStyle { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FormulaPartRangeStyleBonus

    Declaration
    public string FormulaPartRangeStyleBonus { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FormulaPartRangeStyleBonusPercent

    Declaration
    public string FormulaPartRangeStyleBonusPercent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FormulaPartRangeStylePercent

    Declaration
    public string FormulaPartRangeStylePercent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FormulaPartStyle

    Declaration
    public string FormulaPartStyle { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FormulaPartStyleBonus

    Declaration
    public string FormulaPartStyleBonus { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FormulaPartStyleBonusPercent

    Declaration
    public string FormulaPartStyleBonusPercent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FormulaPartStylePercent

    Declaration
    public string FormulaPartStylePercent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ManaIconKey

    Declaration
    public string ManaIconKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ManaScalingTagKey

    Declaration
    public string ManaScalingTagKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NewStatUiData

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

    NumberStyle

    Declaration
    public string NumberStyle { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberStyleBonus

    Declaration
    public string NumberStyleBonus { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberStyleBonusPercent

    Declaration
    public string NumberStyleBonusPercent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberStylePercent

    Declaration
    public string NumberStylePercent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberStyleTotalAndCoefficient

    Declaration
    public string NumberStyleTotalAndCoefficient { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberStyleTotalAndCoefficientPercent

    Declaration
    public string NumberStyleTotalAndCoefficientPercent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberStyleTotalAndFormula

    Declaration
    public string NumberStyleTotalAndFormula { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NumberStyleTotalAndScalingIcons

    Declaration
    public string NumberStyleTotalAndScalingIcons { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    StaticTooltipCalculationExpansion

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

    StatUiData

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

    TooltipCalculationExpansion

    Declaration
    public byte TooltipCalculationExpansion { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass