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

Search Results for

    Class SpellModifier

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

    Properties

    | Improve this Doc View Source

    AddedCalculationParts

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

    CalculationModificationPriority

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

    CalculationStatConversions

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

    DescriptionAppendPriority

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

    DescriptionAppendTra

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

    ModifierId

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

    PickDescriptionAppendTra

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

    SpellDoesNotIncludeStatScaling

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

    SpellIncludesStatScaling

    Declaration
    public byte SpellIncludesStatScaling { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass