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

Search Results for

    Class GameplayConfig

    Inheritance
    System.Object
    GameplayConfig
    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 GameplayConfig : IMetaClass

    Properties

    | Improve this Doc View Source

    AbilityHasteMax

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

    AdaptiveForceAbilityPowerScale

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

    AdaptiveForceAttackDamageScale

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

    AutoAttackMinPostCastLockoutDeltaTimeSec

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

    AutoAttackMinPreCastLockoutDeltaTimeSec

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

    BasicAttackCalculation

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

    CcScoreMultipliers

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

    CritBonusArmorPenPercent

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

    CritGlobalDamageMultiplier

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

    CritTotalArmorPenPercent

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

    ExtendedVisibilityDuration

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

    ItemRootSpellOrigination

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

    ItemSellQueueTime

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

    LegacySummonerSpells

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

    LethalityPercentGivenAtLevel0

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

    LethalityRatioFromAttacker

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

    LethalityRatioFromTarget

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

    LethalityScalesCapsAtLevel

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

    LethalityScalesToLevel

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

    MinionAaHelperLimit

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

    MinionAutoLeeway

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

    MinionDeathDelay

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

    PerkRootSpellOrigination

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

    PerSlotCdrIsAdditive

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

    SpellPostponeTimeoutSec

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

    SummonerSpells

    Declaration
    public MetaContainer<MetaHash> SummonerSpells { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>

    Implements

    IMetaClass