Skip to main content

Delegate IChatGui.OnMessageUnhandledDelegate

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

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