Table of Contents

Class ChatMessage.Builder

Namespace
Pillars.Core.Player.Models
Assembly
Pillars.dll
public sealed class ChatMessage.Builder
Inheritance
ChatMessage.Builder
Inherited Members

Constructors

Builder(bool)

Methods

AddIcon(CHATICON)

Prepends the chat message with an icon

AddSender(string)

Adds a sender to the chat message with default style

AddSender(string, CHATTEXTSTYLE)

Adds a sender to the chat message with the given style

AddSender(string, ChatStyle)

Adds a sender to the chat message

AddText(string)

Adds a default text to the message

AddText(string, CHATTEXTSTYLE)

Adds a text to the chat message with the given style

AddText(string, ChatStyle)

Adds a text to the chat message with the given style

Build()

Builds the chat message based on the available icon, sender and texts.