Enum XivChatType
The FFXIV chat types as seen in the LogKind excel sheet.
Assembly: Dalamud.dll
View Source
public enum XivChatType : ushort
Fields
None
No chat type.
View Source
None = 0
Debug
The debug chat type.
View Source
Debug = 1
Urgent
The urgent chat type.
View Source
Urgent = 2
Notice
The notice chat type.
View Source
Notice = 3
Say
The say chat type.
View Source
Say = 10
Shout
The shout chat type.
View Source
Shout = 11
TellOutgoing
The outgoing tell chat type.
View Source
TellOutgoing = 12
TellIncoming
The incoming tell chat type.
View Source
TellIncoming = 13
Party
The party chat type.
View Source
Party = 14
Alliance
The alliance chat type.
View Source
Alliance = 15
Ls1
The linkshell 1 chat type.
View Source
Ls1 = 16
Ls2
The linkshell 2 chat type.
View Source
Ls2 = 17
Ls3
The linkshell 3 chat type.
View Source
Ls3 = 18
Ls4
The linkshell 4 chat type.
View Source
Ls4 = 19
Ls5
The linkshell 5 chat type.
View Source
Ls5 = 20
Ls6
The linkshell 6 chat type.
View Source
Ls6 = 21
Ls7
The linkshell 7 chat type.
View Source
Ls7 = 22
Ls8
The linkshell 8 chat type.
View Source
Ls8 = 23
FreeCompany
The free company chat type.
View Source
FreeCompany = 24
NoviceNetwork
The novice network chat type.
View Source
NoviceNetwork = 27
CustomEmote
The custom emotes chat type.
View Source
CustomEmote = 28
StandardEmote
The standard emotes chat type.
View Source
StandardEmote = 29
Yell
The yell chat type.
View Source
Yell = 30
CrossParty
The cross-world party chat type.
View Source
CrossParty = 32
PvPTeam
The PvP team chat type.
View Source
PvPTeam = 36
CrossLinkShell1
The cross-world linkshell chat type.
View Source
CrossLinkShell1 = 37
Echo
The echo chat type.
View Source
Echo = 56
SystemError
The system error chat type.
View Source
SystemError = 58
SystemMessage
The system message chat type.
View Source
SystemMessage = 57
GatheringSystemMessage
The system message (gathering) chat type.
View Source
GatheringSystemMessage = 59
ErrorMessage
The error message chat type.
View Source
ErrorMessage = 60
NPCDialogue
The NPC Dialogue chat type.
View Source
NPCDialogue = 61
NPCDialogueAnnouncements
The NPC Dialogue (Announcements) chat type.
View Source
NPCDialogueAnnouncements = 68
RetainerSale
The retainer sale chat type.
View Source
RetainerSale = 71
CrossLinkShell2
The cross-world linkshell 2 chat type.
View Source
CrossLinkShell2 = 101
CrossLinkShell3
The cross-world linkshell 3 chat type.
View Source
CrossLinkShell3 = 102
CrossLinkShell4
The cross-world linkshell 4 chat type.
View Source
CrossLinkShell4 = 103
CrossLinkShell5
The cross-world linkshell 5 chat type.
View Source
CrossLinkShell5 = 104
CrossLinkShell6
The cross-world linkshell 6 chat type.
View Source
CrossLinkShell6 = 105
CrossLinkShell7
The cross-world linkshell 7 chat type.
View Source
CrossLinkShell7 = 106
CrossLinkShell8
The cross-world linkshell 8 chat type.
View Source
CrossLinkShell8 = 107
Extension Methods
- Dalamud.Game.Text.XivChatTypeExtensions.GetDetails(Dalamud.Game.Text.XivChatType)
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)