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

Search Results for

    Class TooltipInstance

    Inheritance
    System.Object
    TooltipInstance
    TooltipInstanceBuff
    TooltipInstanceItem
    TooltipInstanceSpell
    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 TooltipInstance : IMetaClass

    Properties

    | Improve this Doc View Source

    EnableExtendedTooltip

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

    Format

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

    Lists

    Declaration
    public Dictionary<string, MetaEmbedded<TooltipInstanceList>> Lists { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, MetaEmbedded<TooltipInstanceList>>
    | Improve this Doc View Source

    LocKeys

    Declaration
    public Dictionary<string, string> LocKeys { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    | Improve this Doc View Source

    ObjectName

    Declaration
    public string ObjectName { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass