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

Search Results for

    Class UiStorePurchaseRowData

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

    Properties

    | Improve this Doc View Source

    ActionButton

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

    ActionText

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

    Amount

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

    ArenaIconPath

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

    BundleIconPath

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

    Date

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

    Divider

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

    Group

    Declaration
    public MetaHash Group { 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

    Item

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

    MiscIconPath

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

    Quantity

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

    TacticianIconPath

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

    TransactionId

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

    TreasureTroveTokenIconPath

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

    Implements

    IMetaClass