Skip to main content

Delegate IChatGui.OnMessageHandledDelegate

A delegate type used with the Dalamud.Game.Gui.ChatGui.ChatMessageHandled event.

Assembly: Dalamud.dll
View Source
Declaration
public delegate void IChatGui.OnMessageHandledDelegate(XivChatType type, int timestamp, SeString sender, SeString message)