Skip to main content

Class SCHGauge

In-memory SCH job gauge.

Assembly: Dalamud.dll
View Source
Declaration
public class SCHGauge : JobGaugeBase<ScholarGauge>

Inheritance: System.Object -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>

Properties

Aetherflow

Gets the amount of Aetherflow stacks available.

View Source
Declaration
public byte Aetherflow { get; }

FairyGauge

Gets the current level of the Fairy Gauge.

View Source
Declaration
public byte FairyGauge { get; }

SeraphTimer

Gets the remaining time Seraph is active in milliseconds.

View Source
Declaration
public short SeraphTimer { get; }

DismissedFairy

Gets the last dismissed fairy.

View Source
Declaration
public DismissedFairy DismissedFairy { get; }