Enum XivChatRelationKind
Specifies the relationship for entities involved in a chat log event (e.g., Source or Target).
Used primarily for parsing and coloring chat log messages.
Assembly: Dalamud.dll
public enum XivChatRelationKind : byte
Fields
None
No specific relation or unknown entity.
None = 0
LocalPlayer
The player currently controlled by the local client.
LocalPlayer = 1
PartyMember
A player in the same 4-man or 8-man party as the local player.
PartyMember = 2
AllianceMember
A player in the same alliance raid.
AllianceMember = 3
OtherPlayer
A player not in the local player's party or alliance.
OtherPlayer = 4
EngagedEnemy
An enemy entity that is currently in combat with the player or party.
EngagedEnemy = 5
UnengagedEnemy
An enemy entity that is not yet in combat or claimed.
UnengagedEnemy = 6
FriendlyNpc
An NPC that is friendly or neutral to the player (e.g., EventNPCs).
FriendlyNpc = 7
PetOrCompanion
A pet (Summoner/Scholar) or companion (Chocobo) belonging to the local player.
PetOrCompanion = 8
PetOrCompanionParty
A pet or companion belonging to a member of the local player's party.
PetOrCompanionParty = 9
PetOrCompanionAlliance
A pet or companion belonging to a member of the alliance.
PetOrCompanionAlliance = 10
PetOrCompanionOther
A pet or companion belonging to a player not in the party or alliance.
PetOrCompanionOther = 11
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)