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

Search Results for

    Class TftItemData

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

    Properties

    | Improve this Doc View Source

    AlternativeCompositions

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

    ArmoryIconOverridePath

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

    AssociatedCharacterName

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

    AssociatedTraits

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

    BonusTrait

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

    CodexDisplayIndex

    Declaration
    public int CodexDisplayIndex { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Color

    Declaration
    public MetaOptional<Color> Color { get; set; }
    Property Value
    Type Description
    MetaOptional<Color>
    | Improve this Doc View Source

    Composition

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

    DescriptionNameTra

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

    DisplayNameTra

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

    EffectAmounts

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

    IconMaterial

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

    IconPath

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

    IncompatibleTraits

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

    IsAugment

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

    IsUnique

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

    ItemTags

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

    m1102117131

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

    m1621022884

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

    MutuallyExclusiveItems

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

    Name

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

    RandomAnimationStrengthRange

    Declaration
    public Vector2 RandomAnimationStrengthRange { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2
    | Improve this Doc View Source

    ShopData

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

    Value

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

    VfxResourceResolver

    Declaration
    public MetaObjectLink VfxResourceResolver { get; set; }
    Property Value
    Type Description
    MetaObjectLink

    Implements

    IMetaClass