Enum PayloadType
All parsed types of SeString payloads.
Namespace: Dalamud.Game.Chat.SeStringHandling
Assembly: Dalamud.dll
Syntax
public enum PayloadType
Fields
| Name | Description |
|---|---|
| AutoTranslateText | An SeString payload representing an auto-translate dictionary entry. |
| DalamudLink | A SeString payload representing a custom clickable link for dalamud plugins |
| EmphasisItalic | An SeString payload representing italic emphasis formatting on text. |
| Icon | An SeString payload representing a bitmap icon. |
| Item | An SeString payload representing an Item link. |
| MapLink | An SeString payload representing a map position link, such as from <flag> or <pos>. |
| Player | An SeString payload representing a player link. |
| Quest | A SeString payload representing a quest link. |
| RawText | An SeString payload representing raw, typed text. |
| SeHyphen | |
| Status | An SeString payload representing an Status Effect link. |
| UIForeground | An SeString payload representing a text foreground color. |
| UIGlow | An SeString payload representing a text glow color. |
| Unknown | An SeString payload representing any data we don't handle. |