Table of Contents

Delegate ChatService.SendingChatMessage

Namespace
Uncreated.Warfare.Interaction
Assembly
Uncreated.Warfare.dll
public delegate void ChatService.SendingChatMessage(WarfarePlayer recipient, string text, Color color, EChatMode mode, string? iconURL, bool richText, WarfarePlayer? fromPlayer, ref bool shouldReplicate)

Parameters

recipient WarfarePlayer
text string
color Color
mode EChatMode
iconURL string
richText bool
fromPlayer WarfarePlayer
shouldReplicate bool