Class SCHGauge
In-memory SCH job gauge.
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.ClientState.JobGauge.Types
Assembly: Dalamud.dll
Syntax
public class SCHGauge : JobGaugeBase<ScholarGauge>
Properties
| Improve this Doc View SourceAetherflow
Gets the amount of Aetherflow stacks available.
Declaration
public byte Aetherflow { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
DismissedFairy
Gets the last dismissed fairy.
Declaration
public DismissedFairy DismissedFairy { get; }
Property Value
| Type | Description |
|---|---|
| DismissedFairy |
FairyGauge
Gets the current level of the Fairy Gauge.
Declaration
public byte FairyGauge { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
SeraphTimer
Gets the Seraph time remaiSCHg in milliseconds.
Declaration
public short SeraphTimer { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |