Skip to main content

Class DRGGauge

In-memory DRG job gauge.

Assembly: Dalamud.dll
View Source
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.

View Source
Declaration
public short LOTDTimer { get; }

IsLOTDActive

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

View Source
Declaration
public bool IsLOTDActive { get; }

EyeCount

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

View Source
Declaration
public byte EyeCount { get; }

FirstmindsFocusCount

Gets the amount of Firstminds' Focus available.

View Source
Declaration
public byte FirstmindsFocusCount { get; }