Class TftEncounterData
Inheritance
System.Object
TftEncounterData
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 TftEncounterData : Class0x3e02c8d9, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<int> AllowedStages { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> CharacterList { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> EncounterTags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink EncounterTooltip { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ExcludedAugments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> ExcludedAugmentTags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ExcludedEncounters { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> ExcludedEncounterTags { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ExcludedPortals { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaObjectLink> ItemList { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string m1959729873 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public float m2889446697 { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte m3993177661 { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<int> m4059237305 { get; set; }
Property Value
|
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 MetaHash VfxResourceResolver { get; set; }
Property Value
Implements