Class NewTooltipTitle
Marks a method, property, or field as a tooltip title. Title with highest priority will be displayed as title for object's tooltip.
Inherited Members
Namespace: Eco.Gameplay.Systems.NewTooltip
Assembly: Eco.Gameplay.dll
Syntax
public class NewTooltipTitle : NewTooltipAttribute
Remarks
See tootlip.md for the full picture.
Constructors
NewTooltipTitle(CacheAs, Int32, TTCat, TTFlags, Type, String)
Declaration
public NewTooltipTitle(CacheAs cacheMode, int priority = 0, TTCat categories, TTFlags flags, Type overrideType = null, string customEcopediaPage = "")
Parameters
Type | Name | Description |
---|---|---|
CacheAs | cacheMode | |
System.Int32 | priority | |
TTCat | categories | |
TTFlags | flags | |
System.Type | overrideType | |
System.String | customEcopediaPage |
Fields
CustomEcopediaPage
Overrides default ecopedia page
Declaration
public string CustomEcopediaPage
Field Value
Type | Description |
---|---|
System.String |