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

Search Results for

    Class TooltipFormat

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

    Properties

    | Improve this Doc View Source

    InputLocKeysWithDefaults

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

    ListGridPostfix

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

    ListGridPrefix

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

    ListGridSeparator

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

    ListNames

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

    ListStyles

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

    ListTypeChoices

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

    ListValueSeparator

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

    ObjectName

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

    OutputStrings

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

    UsesListValues

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

    Implements

    IMetaClass