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

Search Results for

    Class ItemSlotDetailedUiData

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

    Properties

    | Improve this Doc View Source

    AmmoFx

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

    Backdrop

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

    BorderDefault

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

    BorderDisabled

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

    BorderEnabled

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

    BorderSelected

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

    CompleteFx

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

    CooldownEffects

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

    HitArea

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

    HotkeyText

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

    Icon

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

    MajorActive

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

    NewItemFx

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

    OverlayDisabled

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

    OverlayHover

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

    OverlayLoc

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

    OverlayOom

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

    StackText

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

    ToggleFx

    Declaration
    public MetaHash ToggleFx { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass