Table of Contents

Method AddText

Namespace
Pillars.Core.Player.Models
Assembly
Pillars.dll

AddText(string)

Adds a default text to the message

public ChatMessage.Builder AddText(string text)

Parameters

text string

Returns

ChatMessage.Builder

AddText(string, ChatStyle)

Adds a text to the chat message with the given style

public ChatMessage.Builder AddText(string text, ChatStyle style)

Parameters

text string
style ChatStyle

Returns

ChatMessage.Builder

AddText(string, CHATTEXTSTYLE)

Adds a text to the chat message with the given style

public ChatMessage.Builder AddText(string text, CHATTEXTSTYLE style)

Parameters

text string
style CHATTEXTSTYLE

Returns

ChatMessage.Builder