Show / Hide Table of Contents

Interface IUserMarkUpService

IUserMarkUpService is an interface exposed as ServiceHolder{IUserMarkUpService}.Obj for User for marking up name, chat tag and name with reputation. It exposed to service to make it extendable by Mods (i.e. for custom titles, prefixes etc).

Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public interface IUserMarkUpService

Methods

MarkUpChatTag(User)

Marks up chat tag for user. This marked up text used in chat for displaying message sender/recipient

Declaration
virtual LocString MarkUpChatTag(User user)
Parameters
Type Name Description
User user
Returns
Type Description
LocString

MarkUpName(User)

Marks up user name.

Declaration
LocString MarkUpName(User user)
Parameters
Type Name Description
User user
Returns
Type Description
LocString

MarkUpReputationAndName(User)

Marked up name combined with marked up reputation.

Declaration
virtual LocString MarkUpReputationAndName(User user)
Parameters
Type Name Description
User user
Returns
Type Description
LocString

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