Enum PartyFinderPayload.PartyFinderLinkType
Represents the flags in a party finder link.
Assembly: Dalamud.dll
View Source
Declaration
public enum PartyFinderPayload.PartyFinderLinkType
Fields
LimitedToHomeWorld
Indicates that the party finder link is for a party that is limited to the host's home world.
View Source
Declaration
LimitedToHomeWorld = 243
PartyFinderNotification
Indicates that the party finder link is for the "Display advanced search results in log." option.
View Source
Declaration
PartyFinderNotification = 255
NotSpecified
Indicates that the party finder link type was unspecified. Only for internal use. Not used by SE and omitted from encoding.
View Source
Declaration
NotSpecified = 0
Extension Methods
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttribute``1
- System.Enum.Dalamud.Utility.EnumExtensions.GetAttributes``1
- Dalamud.Utility.EnumExtensions.IsObsolete(System.Enum)