Class CompanionData
Inheritance
System.Object
CompanionData
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 CompanionData : BaseLoadoutData, ICatalogEntryOwner, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Character { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte CompanionType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool Disabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public TftFinisherCutscene FinisherCutscene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint Level { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string LoadScreen { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash m2385134423 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint Rarity { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<TftRotationalShopItemData> RotationalShopItemData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint SkinId { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public string SpeciesLink { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string StandaloneCircleIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string StandaloneLoadoutsIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string StandaloneLoadoutsLargeIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public bool TftOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaHash TrovesHighlightVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<uint> WinStreakListForEvolution { get; set; }
Property Value
Implements