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

Search Results for

    Class ItemDataClient

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

    Properties

    | Improve this Doc View Source

    Description

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

    DynamicTooltip

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

    EffectRadius

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

    Epicness

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

    FloatVarsDecimals

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

    InventoryIcon

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

    InventoryIconLarge

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

    InventoryIconMaterial

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

    InventoryIconSmall

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

    ShopTooltip

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

    TooltipData

    Declaration
    public TooltipInstanceItem TooltipData { get; set; }
    Property Value
    Type Description
    TooltipInstanceItem

    Implements

    IMetaClass