Show / Hide Table of Contents

Interface IChatReceiver

Chat can only be sent to entities tagged as IChatReceiver.

Namespace: Eco.Gameplay.Systems.Messaging.Chat
Assembly: Eco.Gameplay.dll
Syntax
public interface IChatReceiver : IHasID, IController, IViewController, IHasUniversalID, INamed, IReInitializable, IHasReferenceableSerializableID, IHasSerializableID

Properties

ChatRecipients

The underlying users that the receiving target represents.

Declaration
IEnumerable<User> ChatRecipients { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<User>

ChatTag

Chat tag this chat receiver associated with.

Declaration
string ChatTag { get; }
Property Value
Type Description
System.String

MarkedUpChatTag

Marked up name used to display in chat message

Declaration
string MarkedUpChatTag { get; }
Property 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
☀
☾