Skip to main content

Class XivChatTypeExtensions

Extension methods for the Dalamud.Game.Text.XivChatType type.

Assembly: Dalamud.dll
View Source
Declaration
public static class XivChatTypeExtensions

Methods

GetDetails(XivChatType)

Get the InfoAttribute associated with this chat type.

View Source
Declaration
public static XivChatTypeInfoAttribute GetDetails(this XivChatType chatType)
Returns

Dalamud.Game.Text.XivChatTypeInfoAttribute: The info attribute.

Parameters
TypeNameDescription
Dalamud.Game.Text.XivChatTypechatTypeThe chat type.