Class PartyFinderSlot
A player slot in a Party Finder listing.
Inheritance
System.Object
PartyFinderSlot
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Game.Gui.PartyFinder.Types
Assembly: Dalamud.dll
Syntax
public class PartyFinderSlot
Properties
| Improve this Doc View SourceAccepting
Gets a list of jobs that this slot is accepting.
Declaration
public IReadOnlyCollection<JobFlags> Accepting { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyCollection<JobFlags> |
Item[JobFlags]
Tests if this slot is accepting a job.
Declaration
public bool this[JobFlags flag] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| JobFlags | flag | Job to test. |
Property Value
| Type | Description |
|---|---|
| System.Boolean |