Class JobFlagsExtensions
Extensions for the JobFlags enum.
Inheritance
System.Object
JobFlagsExtensions
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 static class JobFlagsExtensions
Methods
| Improve this Doc View SourceClassJob(JobFlags, DataManager)
Get the actual ClassJob from the in-game sheets for this JobFlags.
Declaration
public static ClassJob ClassJob(this JobFlags job, DataManager data)
Parameters
| Type | Name | Description |
|---|---|---|
| JobFlags | job | A JobFlags enum member. |
| DataManager | data | A DataManager to get the ClassJob from. |
Returns
| Type | Description |
|---|---|
| Lumina.Excel.GeneratedSheets.ClassJob | A ClassJob if found or null if not. |