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

Search Results for

    Class TftRoundData

    Inheritance
    System.Object
    TftRoundData
    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 TftRoundData : IMetaClass

    Properties

    | Improve this Doc View Source

    Combat

    Declaration
    public MetaEmbedded<TftPhaseData> Combat { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    CombatArrival

    Declaration
    public MetaEmbedded<TftPhaseData> CombatArrival { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    CombatArtCleanup

    Declaration
    public MetaEmbedded<TftPhaseData> CombatArtCleanup { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    CombatDeparture

    Declaration
    public MetaEmbedded<TftPhaseData> CombatDeparture { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    DefaultTooltipTra

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

    DescriptionTra

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

    DisplayNameTra

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

    Draft

    Declaration
    public MetaEmbedded<TftPhaseData> Draft { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    DraftArrival

    Declaration
    public MetaEmbedded<TftPhaseData> DraftArrival { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    DraftDeparture

    Declaration
    public MetaEmbedded<TftPhaseData> DraftDeparture { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    IconPath

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

    Name

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

    Planning

    Declaration
    public MetaEmbedded<TftPhaseData> Planning { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    PlanningArrival

    Declaration
    public MetaEmbedded<TftPhaseData> PlanningArrival { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    PlanningDeparture

    Declaration
    public MetaEmbedded<TftPhaseData> PlanningDeparture { get; set; }
    Property Value
    Type Description
    MetaEmbedded<TftPhaseData>
    | Improve this Doc View Source

    RoundActiveIconPath

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

    RoundResultDrawIconPath

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

    RoundResultLossIconPath

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

    RoundResultNoneIconPath

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

    RoundResultWinIconPath

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

    RoundUpcomingIconPath

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

    ScriptData

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

    StateTooltipsTra

    Declaration
    public Dictionary<uint, string> StateTooltipsTra { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, System.String>

    Implements

    IMetaClass