Skip to main content

Class PartyFinderSlot

A player slot in a Party Finder listing.

Assembly: Dalamud.dll
View Source
Declaration
public class PartyFinderSlot

Properties

Accepting

Gets a list of jobs that this slot is accepting.

View Source
Declaration
public IReadOnlyCollection<JobFlags> Accepting { get; }

this[JobFlags]

Tests if this slot is accepting a job.

View Source
Declaration
public bool this[JobFlags flag] { get; }