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

Search Results for

    Class TftPlaybook

    Inheritance
    System.Object
    BaseLoadoutData
    TftPlaybook
    Implements
    ICatalogEntryOwner
    IMetaClass
    Inherited Members
    BaseLoadoutData.CatalogEntry
    BaseLoadoutData.DescriptionTraKey
    BaseLoadoutData.NameTraKey
    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 TftPlaybook : BaseLoadoutData, ICatalogEntryOwner, IMetaClass

    Properties

    | Improve this Doc View Source

    BuffName

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

    EarlyAugmentNames

    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

    EarlyAugments

    Declaration
    public MetaUnorderedContainer<MetaHash> EarlyAugments { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    Enabled

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

    LateAugmentNames

    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

    LateAugments

    Declaration
    public MetaUnorderedContainer<MetaHash> LateAugments { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    LeagueClientIconPath

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

    LeagueClientSmallIconPath

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

    LeagueClientSplashPath

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

    LoadoutsIcon

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

    m1532364935

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

    m1539535590

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

    m938992849

    Declaration
    public float m938992849 { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MidAugmentNames

    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

    MidAugments

    Declaration
    public MetaUnorderedContainer<MetaHash> MidAugments { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaHash>
    | Improve this Doc View Source

    Name

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

    RotationThrottler

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

    VfxResourceResolver

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

    Implements

    ICatalogEntryOwner
    IMetaClass