Show / Hide Table of Contents

Delegate ChatGui.OnMessageDelegate

Namespace: Dalamud.Game.Internal.Gui
Assembly: Dalamud.dll
Syntax
public delegate void OnMessageDelegate(XivChatType type, uint senderId, string sender, ref string message, ref bool isHandled);
Parameters
Type Name Description
XivChatType type
System.UInt32 senderId
System.String sender
System.String message
System.Boolean isHandled
Back to top Generated by DocFX