Class TftPlaybook
Inheritance
System.Object
TftPlaybook
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TftPlaybook : BaseLoadoutData, ICatalogEntryOwner, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public string BuffName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, string> EarlyAugmentNames { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Byte, System.String> |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> EarlyAugments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, string> LateAugmentNames { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Byte, System.String> |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> LateAugments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string LeagueClientIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string LeagueClientSmallIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string LeagueClientSplashPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string LoadoutsIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string m1532364935 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool m1539535590 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public float m938992849 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, string> MidAugmentNames { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Byte, System.String> |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> MidAugments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RotationThrottler { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash VfxResourceResolver { get; set; }
Property Value
Implements