Class XivChatTypeInfoAttribute
Storage for relevant information associated with the chat type.
Assembly: Dalamud.dll
View Source
Declaration
[AttributeUsage(AttributeTargets.Field)]
public class XivChatTypeInfoAttribute : Attribute
Inheritance: System.Object
-> System.Attribute
Properties
FancyName
Gets the "fancy" name of the type.
View Source
Declaration
public string FancyName { get; }
Slug
Gets the type name slug or short-form.
View Source
Declaration
public string Slug { get; }
DefaultColor
Gets the type default color.
View Source
Declaration
public uint DefaultColor { get; }