Class TftModeData
Inheritance
System.Object
TftModeData
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 TftModeData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ActiveSets { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BotLoadoutConfig { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink DefaultSetData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DefaultTftCompanion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftDragData> DragData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> EncounterTagOptions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink EventSetData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string FinisherLocatorName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint GroupSurrenderVoterCount { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftHexToRangeTranslation>> HexToRangeMap { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> ItemTagOptions { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float m1008644030 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash m1160235699 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> m1615207103 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float m316418324 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public int MinHealthAfterLossForgiven { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int MinHealthAfterPartnerDamage { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftDragData> MobileDragData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint NumRoundsLossForgiven { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public float SpectateAfterDeathPromptDelay { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float SurrenderAfkAutoVoteThresholdSec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float SurrenderRetryDelaySec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float SurrenderVoteCompleteDialogPersistSec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float SurrenderVoteCompleteEliminateDelaySec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float SurrenderVoteDurationSec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TftDamageSkinDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string TftDamageSkinScriptDefault { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TftMapSkinDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TftPlaybookDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TftZoomSkinDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TutorialTftCompanion { get; set; }
Property Value
Implements