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

Search Results for

    Class TftMapItemData

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

    Properties

    | Improve this Doc View Source

    ArmoryIconPath

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

    Description

    Declaration
    public string Description { 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

    IconPath

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

    ItemId

    Declaration
    public uint ItemId { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Name

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

    NameId

    Declaration
    public string NameId { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass