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

Search Results for

    Class TftCombatRecapLineTemplate

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

    Properties

    | Improve this Doc View Source

    HitRegion

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

    MeterFillHealCasted

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

    MeterFillMagicBlocked

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

    MeterFillMagicDealt

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

    MeterFillPhysicalBlocked

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

    MeterFillPhysicalDealt

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

    MeterFillShieldGranted

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

    MeterFillTotal

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

    MeterFillTrueBlocked

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

    MeterFillTrueDealt

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

    Scene

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

    SelectedIcon

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

    StarBadges

    Declaration
    public MetaContainer<MetaHash> StarBadges { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    StarBorders

    Declaration
    public MetaContainer<MetaHash> StarBorders { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    TextAmountTotal

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

    TooltipRegion

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

    TransitionTime

    Declaration
    public float TransitionTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    UnitEmptySlot

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

    UnitIcon

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

    UnitSlotRegions

    Declaration
    public MetaContainer<MetaHash> UnitSlotRegions { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>

    Implements

    IMetaClass