Class LoadoutFeatureData
Implements
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 LoadoutFeatureData : BinFileContainer, IMetaClass
Properties
| Improve this Doc View SourceFeature
Declaration
public uint Feature { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
GdsObjectPathTemplates
Declaration
public Dictionary<string, string> GdsObjectPathTemplates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
LoadFromContentIds
Declaration
public bool LoadFromContentIds { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LoadingScreenOnly
Declaration
public bool LoadingScreenOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LoadoutCategory
Declaration
public string LoadoutCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoadoutProperties
Declaration
public MetaContainer<string> LoadoutProperties { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.String> |
Mutator
Declaration
public MetaOptional<string> Mutator { get; set; }
Property Value
Type | Description |
---|---|
MetaOptional<System.String> |