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

Search Results for

    Class IAugment

    Inheritance
    System.Object
    IAugment
    AnvilData
    AugmentData
    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 abstract class IAugment : IMetaClass

    Properties

    | Improve this Doc View Source

    AugmentDisplayTags

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

    AugmentLargeIconPath

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

    AugmentNameId

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

    AugmentSmallIconPath

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

    AugmentTags

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

    AugmentTooltipTra

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

    BuildTags

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

    DescriptionTra

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

    Enabled

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

    NameTra

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

    RootSpell

    Declaration
    public MetaHash RootSpell { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass