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

Search Results for

    Class AbilityResourceSlotInfo

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

    Properties

    | Improve this Doc View Source

    ArAllowMaxValueToBeOverridden

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

    ArBase

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

    ArBaseFactorRegen

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

    ArBaseStaticRegen

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

    ArDisplayAsPips

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

    ArHasRegenText

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

    ArIncrements

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

    ArIsShown

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

    ArIsShownOnlyOnLocalPlayer

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

    ArMaxSegments

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

    ArNegativeSpacer

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

    ArOverrideEmptyPipName

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

    ArOverrideLargePipName

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

    ArOverrideMediumPipName

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

    ArOverrideSmallPipName

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

    ArOverrideSpacerName

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

    ArPerLevel

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

    ArPreventRegenWhileAtZero

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

    ArRegenPerLevel

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

    ArType

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

    HideEmptyPips

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

    StartAtZeroOnSpawn

    Declaration
    public bool StartAtZeroOnSpawn { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass