Delegate IChatGui.OnMessageDelegate
A delegate type used with the Dalamud.Game.Gui.ChatGui.ChatMessage
event.
Assembly: Dalamud.dll
View Source
Declaration
public delegate void IChatGui.OnMessageDelegate(XivChatType type, int timestamp, ref SeString sender, ref SeString message, ref bool isHandled)