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

Search Results for

    Class LoadoutGridButtonData

    Inheritance
    System.Object
    LoadoutGridButtonData
    ArenaSkinLoadoutGridButtonData
    CompanionLoadoutGridButtonData
    DamageSkinLoadoutGridButtonData
    EmoteLoadoutGridButtonData
    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 LoadoutGridButtonData : IMetaClass

    Properties

    | Improve this Doc View Source

    Check

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

    GamePass

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

    Lock

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

    Implements

    IMetaClass