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()