Skip to main content
Version: 15.x (API 15) [Current]

Class DRGGauge

In-memory DRG job gauge.

Assembly: Dalamud.dll​
Declaration
public class DRGGauge : JobGaugeBase<DragoonGauge>

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

Properties​

LOTDTimer​

Gets the time remaining for Life of the Dragon in milliseconds.

Declaration
public short LOTDTimer { get; }

IsLOTDActive​

Gets a value indicating whether Life of the Dragon is active.

Declaration
public bool IsLOTDActive { get; }

EyeCount​

Gets the count of eyes opened during Blood of the Dragon.

Declaration
public byte EyeCount { get; }

FirstmindsFocusCount​

Gets the amount of Firstminds' Focus available.

Declaration
public byte FirstmindsFocusCount { get; }