Class TftCharacterRecord
Inheritance
System.Object
TftCharacterRecord
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 TftCharacterRecord : CharacterRecord, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public byte BoardCountContribution { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink CharacterRole { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float InitialMana { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public bool IsDiscoverable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftTraitContributionData>> LinkedTraits { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> LinkedUnits { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool m4182345635 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<uint> m4262290551 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float ManaPerAttack { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaOptional<float> MobileHealthBarHeightOverride { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float MoveHeight { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MoveInterval { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MoveProximity { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float MoveRange { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public byte NumToCombine { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool OmitFromCombatRecap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OmitFromMatchHistory
Declaration
public bool OmitFromMatchHistory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink ShopData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ShowItemsUnsorted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public byte Tier { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public string UnitInfoCardAttachToBone { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public uint UnitInfoCardDisplayType { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public Vector3 UnitInfoCardWorldOffset { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<TftUnitPropertyOverride>> UnitPropertyOverrides { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool UsesAbilityPower { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements