Class TftRoundData
Inheritance
System.Object
TftRoundData
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 TftRoundData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> Combat { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> CombatArrival { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> CombatArtCleanup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> CombatDeparture { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DefaultTooltipTra { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DescriptionTra { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DisplayNameTra { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> Draft { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> DraftArrival { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> DraftDeparture { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string IconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> Planning { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> PlanningArrival { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftPhaseData> PlanningDeparture { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string RoundActiveIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RoundResultDrawIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RoundResultLossIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RoundResultNoneIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RoundResultWinIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string RoundUpcomingIconPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<string, GameModeConstant> ScriptData { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, GameModeConstant> |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, string> StateTooltipsTra { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, System.String> |
|
Implements