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

Search Results for

    Class LoadoutFeatureData

    Inheritance
    System.Object
    PropertyLoadable
    BinFileContainer
    LoadoutFeatureData
    Implements
    IMetaClass
    Inherited Members
    PropertyLoadable.FilepathHash
    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 LoadoutFeatureData : BinFileContainer, IMetaClass

    Properties

    | Improve this Doc View Source

    Feature

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

    GdsObjectPathTemplates

    Declaration
    public Dictionary<string, string> GdsObjectPathTemplates { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    | Improve this Doc View Source

    LoadFromContentIds

    Declaration
    public bool LoadFromContentIds { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LoadingScreenOnly

    Declaration
    public bool LoadingScreenOnly { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LoadoutCategory

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

    LoadoutProperties

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

    Mutator

    Declaration
    public MetaOptional<string> Mutator { get; set; }
    Property Value
    Type Description
    MetaOptional<System.String>

    Implements

    IMetaClass