Class TooltipInstance
Inheritance
System.Object
TooltipInstance
Implements
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 SourceEnableExtendedTooltip
Declaration
public bool EnableExtendedTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Format
Declaration
public MetaObjectLink Format { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectLink |
Lists
Declaration
public Dictionary<string, MetaEmbedded<TooltipInstanceList>> Lists { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, MetaEmbedded<TooltipInstanceList>> |
LocKeys
Declaration
public Dictionary<string, string> LocKeys { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
ObjectName
Declaration
public string ObjectName { get; set; }
Property Value
Type | Description |
---|---|
System.String |