Skip to main content

Enum Payload.EmbeddedInfoType

This represents the type of embedded info in a payload.

Assembly: Dalamud.dll
Declaration
public enum Payload.EmbeddedInfoType

Fields

PlayerName

A player's name.

Declaration
PlayerName = 1

The link to an iteme.

Declaration
ItemLink = 3

The link to a map position.

Declaration
MapPositionLink = 4

The link to a quest.

Declaration
QuestLink = 5

The link to the party finder search conditions.

Declaration
PartyFinderNotificationLink = 8

Status

A status effect.

Declaration
Status = 9

The link to a party finder listing.

Declaration
PartyFinderLink = 10

A custom Dalamud link.

Declaration
DalamudLink = 15

LinkTerminator

A link terminator.

Declaration
LinkTerminator = 207

Extension Methods