Show / Hide Table of Contents

Interface IObjectLinkIdTranslator

Namespace: Eco.Gameplay.Systems.TextLinks
Assembly: Eco.Gameplay.dll
Syntax
public interface IObjectLinkIdTranslator

Methods

GetLinkId(ILinkable)

Declaration
string GetLinkId(ILinkable linkTarget)
Parameters
Type Name Description
ILinkable linkTarget
Returns
Type Description
System.String

GetLinkTarget(String)

Declaration
object GetLinkTarget(string linkId)
Parameters
Type Name Description
System.String linkId
Returns
Type Description
System.Object

HandlesId(String)

Declaration
bool HandlesId(string linkId)
Parameters
Type Name Description
System.String linkId
Returns
Type Description
System.Boolean

HandlesTarget(ILinkable)

Declaration
bool HandlesTarget(ILinkable linkTarget)
Parameters
Type Name Description
ILinkable linkTarget
Returns
Type Description
System.Boolean

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
☀
☾