Skip to main content
Version: 14.x (API 14) [Legacy]

Interface IHandleableChatMessage

Interface representing a chat message that can be handled by a plugin.

Assembly: Dalamud.dll
Declaration
public interface IHandleableChatMessage : IMutableChatMessage, IChatMessage

Methods

PreventOriginal()

Marks this message as handled (Dalamud.Game.Chat.IChatMessage.IsHandled = true) and prevents it from being processed by the game any further.

Declaration
void PreventOriginal()