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

Interface IHandleableChatMessage

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

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

Properties

IsHandled

Gets a value indicating whether the message was handled by a plugin.

Declaration
bool IsHandled { get; }

Methods

PreventOriginal()

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

Declaration
void PreventOriginal()