Show / Hide Table of Contents

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.

Inheritance
System.Object
NewTooltipAttributeBase
NewTooltipAttribute
NewTooltipTitle
Inherited Members
NewTooltipAttribute.Priority
NewTooltipAttribute.Categories
NewTooltipAttribute.CreatePartInstance(MemberInfo, Type)
NewTooltipAttributeBase.CacheMode
NewTooltipAttributeBase.Flags
NewTooltipAttributeBase.OverrideType
NewTooltipAttributeBase.IgnoreType
NewTooltipAttributeBase.IsIgnoredType(Type)
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

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾