Skip to main content

Delegate IChatGui.OnCheckMessageHandledDelegate

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

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