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 |