Skip to main content

Enum Payload.EmbeddedInfoType

This represents the type of embedded info in a payload.

Assembly: Dalamud.dll
View Source
Declaration
public enum Payload.EmbeddedInfoType

Fields

PlayerName

A player's name.

View Source
Declaration
PlayerName = 1

The link to an iteme.

View Source
Declaration
ItemLink = 3

The link to a map position.

View Source
Declaration
MapPositionLink = 4

The link to a quest.

View Source
Declaration
QuestLink = 5

The link to the party finder search conditions.

View Source
Declaration
PartyFinderNotificationLink = 8

Status

A status effect.

View Source
Declaration
Status = 9

The link to a party finder listing.

View Source
Declaration
PartyFinderLink = 10

A custom Dalamud link.

View Source
Declaration
DalamudLink = 15

LinkTerminator

A link terminator.

View Source
Declaration
LinkTerminator = 207

Extension Methods