Skip to main content
Version: 15.x (API 15) [Current]

Enum Payload.EmbeddedInfoType

This represents the type of embedded info in a payload.

Remarks​

This is a mirror of Lumina.Text.Payloads.LinkMacroPayloadType, offset by +1, and including DalamudLink.

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

AkatsukiNote​

An AkatsukiNote entry is linked.

Declaration
AkatsukiNote = 11

Description​

A Description entry is linked.

Declaration
Description = 12

WKSPioneeringTrail​

A WKSPioneeringTrail entry is linked.

Declaration
WKSPioneeringTrail = 13

MKDLore​

A MKDLore entry is linked.

Declaration
MKDLore = 14

EventTutorial​

A EventTutorial entry is linked.

Declaration
EventTutorial = 15

Emote​

A Emote entry is linked.

Declaration
Emote = 16

A custom Dalamud link.

Declaration
DalamudLink = 206

LinkTerminator​

A link terminator.

Declaration
LinkTerminator = 207
Remarks​

It is not exactly clear what this is, but seems to always follow a link.

Extension Methods​