Skip to main content

Enum XivChatType

The FFXIV chat types as seen in the LogKind excel sheet.

Assembly: Dalamud.dll
View Source
Declaration
public enum XivChatType : ushort

Fields

None

No chat type.

View Source
Declaration
None = 0

Debug

The debug chat type.

View Source
Declaration
Debug = 1

Urgent

The urgent chat type.

View Source
Declaration
Urgent = 2

Notice

The notice chat type.

View Source
Declaration
Notice = 3

Say

The say chat type.

View Source
Declaration
Say = 10

Shout

The shout chat type.

View Source
Declaration
Shout = 11

TellOutgoing

The outgoing tell chat type.

View Source
Declaration
TellOutgoing = 12

TellIncoming

The incoming tell chat type.

View Source
Declaration
TellIncoming = 13

Party

The party chat type.

View Source
Declaration
Party = 14

Alliance

The alliance chat type.

View Source
Declaration
Alliance = 15

Ls1

The linkshell 1 chat type.

View Source
Declaration
Ls1 = 16

Ls2

The linkshell 2 chat type.

View Source
Declaration
Ls2 = 17

Ls3

The linkshell 3 chat type.

View Source
Declaration
Ls3 = 18

Ls4

The linkshell 4 chat type.

View Source
Declaration
Ls4 = 19

Ls5

The linkshell 5 chat type.

View Source
Declaration
Ls5 = 20

Ls6

The linkshell 6 chat type.

View Source
Declaration
Ls6 = 21

Ls7

The linkshell 7 chat type.

View Source
Declaration
Ls7 = 22

Ls8

The linkshell 8 chat type.

View Source
Declaration
Ls8 = 23

FreeCompany

The free company chat type.

View Source
Declaration
FreeCompany = 24

NoviceNetwork

The novice network chat type.

View Source
Declaration
NoviceNetwork = 27

CustomEmote

The custom emotes chat type.

View Source
Declaration
CustomEmote = 28

StandardEmote

The standard emotes chat type.

View Source
Declaration
StandardEmote = 29

Yell

The yell chat type.

View Source
Declaration
Yell = 30

CrossParty

The cross-world party chat type.

View Source
Declaration
CrossParty = 32

PvPTeam

The PvP team chat type.

View Source
Declaration
PvPTeam = 36

CrossLinkShell1

The cross-world linkshell chat type.

View Source
Declaration
CrossLinkShell1 = 37

Echo

The echo chat type.

View Source
Declaration
Echo = 56

SystemError

The system error chat type.

View Source
Declaration
SystemError = 58

SystemMessage

The system message chat type.

View Source
Declaration
SystemMessage = 57

GatheringSystemMessage

The system message (gathering) chat type.

View Source
Declaration
GatheringSystemMessage = 59

ErrorMessage

The error message chat type.

View Source
Declaration
ErrorMessage = 60

NPCDialogue

The NPC Dialogue chat type.

View Source
Declaration
NPCDialogue = 61

NPCDialogueAnnouncements

The NPC Dialogue (Announcements) chat type.

View Source
Declaration
NPCDialogueAnnouncements = 68

RetainerSale

The retainer sale chat type.

View Source
Declaration
RetainerSale = 71

CrossLinkShell2

The cross-world linkshell 2 chat type.

View Source
Declaration
CrossLinkShell2 = 101

CrossLinkShell3

The cross-world linkshell 3 chat type.

View Source
Declaration
CrossLinkShell3 = 102

CrossLinkShell4

The cross-world linkshell 4 chat type.

View Source
Declaration
CrossLinkShell4 = 103

CrossLinkShell5

The cross-world linkshell 5 chat type.

View Source
Declaration
CrossLinkShell5 = 104

CrossLinkShell6

The cross-world linkshell 6 chat type.

View Source
Declaration
CrossLinkShell6 = 105

CrossLinkShell7

The cross-world linkshell 7 chat type.

View Source
Declaration
CrossLinkShell7 = 106

CrossLinkShell8

The cross-world linkshell 8 chat type.

View Source
Declaration
CrossLinkShell8 = 107

Extension Methods