League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class CharacterRecord

    Inheritance
    System.Object
    CharacterRecord
    TftCharacterRecord
    Implements
    IMetaClass
    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()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class CharacterRecord : IMetaClass

    Properties

    | Improve this Doc View Source

    Abilities

    Declaration
    public MetaContainer<MetaObjectLink> Abilities { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaObjectLink>
    | Improve this Doc View Source

    AbilityPower

    Declaration
    public float AbilityPower { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AbilityPowerIncPerLevel

    Declaration
    public float AbilityPowerIncPerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AbilitySlotCc

    Declaration
    public MetaContainer<int> AbilitySlotCc { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Int32>
    | Improve this Doc View Source

    AcquisitionRange

    Declaration
    public float AcquisitionRange { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AdaptiveForceToAbilityPowerWeight

    Declaration
    public float AdaptiveForceToAbilityPowerWeight { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AllyChampSpecificHealthSuffix

    Declaration
    public string AllyChampSpecificHealthSuffix { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AreaIndicatorMaxDistance

    Declaration
    public float AreaIndicatorMaxDistance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AreaIndicatorMinDistance

    Declaration
    public float AreaIndicatorMinDistance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AreaIndicatorMinRadius

    Declaration
    public float AreaIndicatorMinRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AreaIndicatorRadius

    Declaration
    public float AreaIndicatorRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AreaIndicatorTargetDistance

    Declaration
    public float AreaIndicatorTargetDistance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AreaIndicatorTextureName

    Declaration
    public string AreaIndicatorTextureName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    AreaIndicatorTextureSize

    Declaration
    public float AreaIndicatorTextureSize { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ArmorPerLevel

    Declaration
    public float ArmorPerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AttackAutoInterruptPercent

    Declaration
    public float AttackAutoInterruptPercent { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AttackRange

    Declaration
    public float AttackRange { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AttackSpeed

    Declaration
    public float AttackSpeed { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AttackSpeedPerLevel

    Declaration
    public float AttackSpeedPerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    AttackSpeedRatio

    Declaration
    public float AttackSpeedRatio { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseArmor

    Declaration
    public float BaseArmor { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseCritChance

    Declaration
    public float BaseCritChance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseDamage

    Declaration
    public float BaseDamage { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseDodge

    Declaration
    public float BaseDodge { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseFactorHpRegen

    Declaration
    public float BaseFactorHpRegen { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseHp

    Declaration
    public float BaseHp { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseMissChance

    Declaration
    public float BaseMissChance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseMoveSpeed

    Declaration
    public float BaseMoveSpeed { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseSpellBlock

    Declaration
    public float BaseSpellBlock { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BaseStaticHpRegen

    Declaration
    public float BaseStaticHpRegen { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BasicAttack

    Declaration
    public MetaEmbedded<AttackSlotData> BasicAttack { get; set; }
    Property Value
    Type Description
    MetaEmbedded<AttackSlotData>
    | Improve this Doc View Source

    BufferedInputData

    Declaration
    public BufferedInputData BufferedInputData { get; set; }
    Property Value
    Type Description
    BufferedInputData
    | Improve this Doc View Source

    CharacterCalculations

    Declaration
    public Dictionary<MetaHash, IGameCalculation> CharacterCalculations { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, IGameCalculation>
    | Improve this Doc View Source

    CharacterName

    Declaration
    public string CharacterName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CharacterPassiveBuffs

    Declaration
    public MetaContainer<MetaEmbedded<CharacterPassiveData>> CharacterPassiveBuffs { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<CharacterPassiveData>>
    | Improve this Doc View Source

    CharacterPassiveSpell

    Declaration
    public MetaObjectLink CharacterPassiveSpell { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    CharacterToolData

    Declaration
    public MetaEmbedded<CharacterToolData> CharacterToolData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<CharacterToolData>
    | Improve this Doc View Source

    CharAudioNameOverride

    Declaration
    public string CharAudioNameOverride { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ClientSideItemInventory

    Declaration
    public MetaContainer<MetaHash> ClientSideItemInventory { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    CritAttacks

    Declaration
    public MetaContainer<MetaEmbedded<AttackSlotData>> CritAttacks { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<AttackSlotData>>
    | Improve this Doc View Source

    CritDamageMultiplier

    Declaration
    public float CritDamageMultiplier { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    CriticalAttack

    Declaration
    public string CriticalAttack { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CritPerLevel

    Declaration
    public float CritPerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DamagePerLevel

    Declaration
    public float DamagePerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DeathEventListeningRadius

    Declaration
    public float DeathEventListeningRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DeathTime

    Declaration
    public float DeathTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DefaultStatOverrides

    Declaration
    public MetaEmbedded<StatFormulaDataList> DefaultStatOverrides { get; set; }
    Property Value
    Type Description
    MetaEmbedded<StatFormulaDataList>
    | Improve this Doc View Source

    DisabledTargetLaserEffects

    Declaration
    public TargetLaserComponentEffects DisabledTargetLaserEffects { get; set; }
    Property Value
    Type Description
    TargetLaserComponentEffects
    | Improve this Doc View Source

    DisguiseMinimapIconOverride

    Declaration
    public string DisguiseMinimapIconOverride { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DisplayCamoVfx

    Declaration
    public bool DisplayCamoVfx { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DodgePerLevel

    Declaration
    public float DodgePerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    EducationToolData

    Declaration
    public MetaEmbedded<ToolEducationData> EducationToolData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ToolEducationData>
    | Improve this Doc View Source

    EnemyChampSpecificHealthSuffix

    Declaration
    public string EnemyChampSpecificHealthSuffix { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EnemyTooltip

    Declaration
    public string EnemyTooltip { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EvolutionData

    Declaration
    public EvolutionDescription EvolutionData { get; set; }
    Property Value
    Type Description
    EvolutionDescription
    | Improve this Doc View Source

    ExperienceRadius

    Declaration
    public float ExperienceRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ExpGivenOnDeath

    Declaration
    public float ExpGivenOnDeath { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ExtraAttacks

    Declaration
    public MetaContainer<MetaEmbedded<AttackSlotData>> ExtraAttacks { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<AttackSlotData>>
    | Improve this Doc View Source

    ExtraSpells

    Declaration
    public MetaContainer<string> ExtraSpells { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>
    | Improve this Doc View Source

    FallbackCharacterName

    Declaration
    public string FallbackCharacterName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FirstAcquisitionRange

    Declaration
    public MetaOptional<float> FirstAcquisitionRange { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Single>
    | Improve this Doc View Source

    Flags

    Declaration
    public uint Flags { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    FriendlyTooltip

    Declaration
    public string FriendlyTooltip { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FriendlyUxOverrideExcludeTagsString

    Declaration
    public string FriendlyUxOverrideExcludeTagsString { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FriendlyUxOverrideIncludeTagsString

    Declaration
    public string FriendlyUxOverrideIncludeTagsString { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FriendlyUxOverrideTeam

    Declaration
    public uint FriendlyUxOverrideTeam { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    GlobalExpGivenOnDeath

    Declaration
    public float GlobalExpGivenOnDeath { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    GlobalGoldGivenOnDeath

    Declaration
    public float GlobalGoldGivenOnDeath { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    GoldGivenOnDeath

    Declaration
    public float GoldGivenOnDeath { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    GoldRadius

    Declaration
    public float GoldRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HealthBarFullParallax

    Declaration
    public bool HealthBarFullParallax { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HealthBarHeight

    Declaration
    public float HealthBarHeight { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HighlightHealthbarIcons

    Declaration
    public bool HighlightHealthbarIcons { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HitFxScale

    Declaration
    public float HitFxScale { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HoverIndicatorMinimapOverride

    Declaration
    public string HoverIndicatorMinimapOverride { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HoverIndicatorRadius

    Declaration
    public float HoverIndicatorRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HoverIndicatorRadiusMinimap

    Declaration
    public float HoverIndicatorRadiusMinimap { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HoverIndicatorRotateToPlayer

    Declaration
    public bool HoverIndicatorRotateToPlayer { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    HoverIndicatorTextureName

    Declaration
    public string HoverIndicatorTextureName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HoverLineIndicatorBaseTextureName

    Declaration
    public string HoverLineIndicatorBaseTextureName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HoverLineIndicatorTargetTextureName

    Declaration
    public string HoverLineIndicatorTargetTextureName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HoverLineIndicatorWidth

    Declaration
    public float HoverLineIndicatorWidth { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HoverLineIndicatorWidthMinimap

    Declaration
    public float HoverLineIndicatorWidthMinimap { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HpPerLevel

    Declaration
    public float HpPerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    HpRegenPerLevel

    Declaration
    public float HpRegenPerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    JointForAnimAdjustedSelection

    Declaration
    public string JointForAnimAdjustedSelection { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LaunchAreaData

    Declaration
    public LaunchAreaData LaunchAreaData { get; set; }
    Property Value
    Type Description
    LaunchAreaData
    | Improve this Doc View Source

    LocalExpGivenOnDeath

    Declaration
    public float LocalExpGivenOnDeath { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    LocalGoldGivenOnDeath

    Declaration
    public float LocalGoldGivenOnDeath { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    LocalGoldSplitWithLastHitter

    Declaration
    public bool LocalGoldSplitWithLastHitter { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    m1125340021

    Declaration
    public float m1125340021 { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    m1261296288

    Declaration
    public bool m1261296288 { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    m136723997

    Declaration
    public Class0x8263e1d m136723997 { get; set; }
    Property Value
    Type Description
    Class0x8263e1d
    | Improve this Doc View Source

    m2553728391

    Declaration
    public byte m2553728391 { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    m3176900160

    Declaration
    public Class0xbd5ba640 m3176900160 { get; set; }
    Property Value
    Type Description
    Class0xbd5ba640
    | Improve this Doc View Source

    m3714456235

    Declaration
    public Class0x280745b1 m3714456235 { get; set; }
    Property Value
    Type Description
    Class0x280745b1
    | Improve this Doc View Source

    MinimapIconOverride

    Declaration
    public string MinimapIconOverride { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MinionFlags

    Declaration
    public uint MinionFlags { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    MinionScoreValue

    Declaration
    public float MinionScoreValue { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MovingTowardEnemyActivationAngle

    Declaration
    public float MovingTowardEnemyActivationAngle { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OccludedUnitSelectableDistance

    Declaration
    public float OccludedUnitSelectableDistance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    OnKillEvent

    Declaration
    public uint OnKillEvent { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    OnKillEventForSpectator

    Declaration
    public uint OnKillEventForSpectator { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    OnKillEventSteal

    Declaration
    public uint OnKillEventSteal { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    OutlineBboxExpansion

    Declaration
    public float OutlineBboxExpansion { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    OverrideGameplayCollisionRadius

    Declaration
    public MetaOptional<float> OverrideGameplayCollisionRadius { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Single>
    | Improve this Doc View Source

    PackmanagerData

    Declaration
    public PackManagerData PackmanagerData { get; set; }
    Property Value
    Type Description
    PackManagerData
    | Improve this Doc View Source

    ParName

    Declaration
    public string ParName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Passive1IconName

    Declaration
    public string Passive1IconName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PassiveLuaName

    Declaration
    public string PassiveLuaName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PassiveName

    Declaration
    public string PassiveName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PassiveRange

    Declaration
    public float PassiveRange { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    PassiveSpell

    Declaration
    public string PassiveSpell { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PassiveToolTip

    Declaration
    public string PassiveToolTip { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PathfindingCollisionRadius

    Declaration
    public float PathfindingCollisionRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    PerceptionBoundingBoxSize

    Declaration
    public MetaOptional<Vector3> PerceptionBoundingBoxSize { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Numerics.Vector3>
    | Improve this Doc View Source

    PerceptionBubbleRadius

    Declaration
    public MetaOptional<float> PerceptionBubbleRadius { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Single>
    | Improve this Doc View Source

    PerkReplacements

    Declaration
    public MetaEmbedded<PerkReplacementList> PerkReplacements { get; set; }
    Property Value
    Type Description
    MetaEmbedded<PerkReplacementList>
    | Improve this Doc View Source

    PlatformEnabled

    Declaration
    public bool PlatformEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PreferredPerkStyle

    Declaration
    public MetaObjectLink PreferredPerkStyle { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    PrimaryAbilityResource

    Declaration
    public MetaEmbedded<AbilityResourceSlotInfo> PrimaryAbilityResource { get; set; }
    Property Value
    Type Description
    MetaEmbedded<AbilityResourceSlotInfo>
    | Improve this Doc View Source

    PurchaseIdentities

    Declaration
    public MetaContainer<MetaHash> PurchaseIdentities { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    RecordAsWard

    Declaration
    public bool RecordAsWard { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RecSpellRankUpInfolist

    Declaration
    public MetaEmbedded<RecSpellRankUpInfoList> RecSpellRankUpInfolist { get; set; }
    Property Value
    Type Description
    MetaEmbedded<RecSpellRankUpInfoList>
    | Improve this Doc View Source

    RotationSmoothing

    Declaration
    public float RotationSmoothing { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Script

    Declaration
    public MetaObjectLink Script { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    SecondaryAbilityResource

    Declaration
    public MetaEmbedded<AbilityResourceSlotInfo> SecondaryAbilityResource { get; set; }
    Property Value
    Type Description
    MetaEmbedded<AbilityResourceSlotInfo>
    | Improve this Doc View Source

    SelectionHeight

    Declaration
    public float SelectionHeight { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SelectionRadius

    Declaration
    public float SelectionRadius { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SelfCbChampSpecificHealthSuffix

    Declaration
    public string SelfCbChampSpecificHealthSuffix { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SelfChampSpecificHealthSuffix

    Declaration
    public string SelfChampSpecificHealthSuffix { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Significance

    Declaration
    public float Significance { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SilhouetteAttachmentAnim

    Declaration
    public string SilhouetteAttachmentAnim { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SpellBlockPerLevel

    Declaration
    public float SpellBlockPerLevel { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    SpellLevelUpInfo

    Declaration
    public MetaContainer<MetaEmbedded<SpellLevelUpInfo>> SpellLevelUpInfo { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<SpellLevelUpInfo>>
    | Improve this Doc View Source

    SpellNames

    Declaration
    public MetaContainer<string> SpellNames { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>
    | Improve this Doc View Source

    TargetLaserEffects

    Declaration
    public TargetLaserComponentEffects TargetLaserEffects { get; set; }
    Property Value
    Type Description
    TargetLaserComponentEffects
    | Improve this Doc View Source

    TowerTargetingPriorityBoost

    Declaration
    public float TowerTargetingPriorityBoost { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    TreatAutoAttacksAsNormalSpells

    Declaration
    public TreatAutoAttacksAsNormalSpells TreatAutoAttacksAsNormalSpells { get; set; }
    Property Value
    Type Description
    TreatAutoAttacksAsNormalSpells
    | Improve this Doc View Source

    UnitTagsString

    Declaration
    public string UnitTagsString { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UntargetableSpawnTime

    Declaration
    public float UntargetableSpawnTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    UseableData

    Declaration
    public MetaEmbedded<UseableData> UseableData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UseableData>
    | Improve this Doc View Source

    UseCcAnimations

    Declaration
    public bool UseCcAnimations { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UseRiotRelationships

    Declaration
    public bool UseRiotRelationships { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    WakeUpRange

    Declaration
    public MetaOptional<float> WakeUpRange { get; set; }
    Property Value
    Type Description
    MetaOptional<System.Single>
    | Improve this Doc View Source

    WeaponMaterials

    Declaration
    public MetaContainer<string> WeaponMaterials { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>

    Implements

    IMetaClass