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

Search Results for

    Class LoadoutsButtonData

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

    Properties

    | Improve this Doc View Source

    ButtonDefinition

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

    DisplayNameTraKey

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

    IllustrationIcon

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

    LoadoutType

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

    Other

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

    Region

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

    Implements

    IMetaClass