Show / Hide Table of Contents

Enum PayloadType

All parsed types of SeString payloads.

Namespace: Dalamud.Game.Chat.SeStringHandling
Assembly: Dalamud.dll
Syntax
public enum PayloadType

Fields

Name Description
Item

An SeString payload representing an Item link.

Player

An SeString payload representing a player link.

RawText

An SeString payload representing raw, typed text.

Status

An SeString payload representing an Status Effect link.

Unknown

An SeString payload representing any data we don't handle.

Extension Methods

EnumExtensions.GetAttribute<TAttribute>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX