Class PostGamePlayerTemplate
Inheritance
System.Object
PostGamePlayerTemplate
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
Syntax
public class PostGamePlayerTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
AugmentContainerIcon
Declaration
public MetaHash AugmentContainerIcon { get; set; }
Property Value
|
Improve this Doc
View Source
AugmentContainerIconFrame
Declaration
public MetaHash AugmentContainerIconFrame { get; set; }
Property Value
|
Improve this Doc
View Source
AugmentIcons
Declaration
public MetaContainer<MetaHash> AugmentIcons { get; set; }
Property Value
|
Improve this Doc
View Source
AugmentTooltipButton
Declaration
public MetaHash AugmentTooltipButton { get; set; }
Property Value
|
Improve this Doc
View Source
Group
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
HiddenUnitCountText
Declaration
public MetaHash HiddenUnitCountText { get; set; }
Property Value
|
Improve this Doc
View Source
m608857290
Declaration
public byte m608857290 { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
NameTag
Declaration
public MetaHash NameTag { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PaginationButtonBack { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PaginationButtonNext { get; set; }
Property Value
|
Improve this Doc
View Source
PlacementText
Declaration
public MetaHash PlacementText { get; set; }
Property Value
|
Improve this Doc
View Source
PlaybookButton
Declaration
public MetaHash PlaybookButton { get; set; }
Property Value
|
Improve this Doc
View Source
PlaybookIcon
Declaration
public MetaHash PlaybookIcon { get; set; }
Property Value
|
Improve this Doc
View Source
PlaybookIconFrame
Declaration
public MetaHash PlaybookIconFrame { get; set; }
Property Value
|
Improve this Doc
View Source
SummonerIcon
Declaration
public MetaHash SummonerIcon { get; set; }
Property Value
|
Improve this Doc
View Source
SummonerIconFrame
Declaration
public MetaHash SummonerIconFrame { get; set; }
Property Value
|
Improve this Doc
View Source
UnitSlots
Declaration
public MetaContainer<MetaHash> UnitSlots { get; set; }
Property Value
Implements