Show / Hide Table of Contents

Delegate ChatGui.OnMessageHandledDelegate

Namespace: Dalamud.Game.Internal.Gui
Assembly: Dalamud.dll
Syntax
public delegate void OnMessageHandledDelegate(XivChatType type, uint senderId, SeString sender, SeString message);
Parameters
Type Name Description
XivChatType type
System.UInt32 senderId
SeString sender
SeString message
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX