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

Search Results for

    Class SubPartScaledProportionalToStat

    Inheritance
    System.Object
    IGameCalculationPart
    SubPartScaledProportionalToStat
    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 SubPartScaledProportionalToStat : IGameCalculationPart, IMetaClass

    Properties

    | Improve this Doc View Source

    OutputType

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

    Ratio

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

    Stat

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

    StatFormula

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

    StatType

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

    StyleTag

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

    StyleTagIfScaled

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

    Subpart

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

    UseNewStats

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

    Implements

    IMetaClass