Skip to main content

Class BRDGauge

In-memory BRD job gauge.

Assembly: Dalamud.dll
View Source
Declaration
public class BRDGauge : JobGaugeBase<BardGauge>

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

Properties

SongTimer

Gets the current song timer in milliseconds.

View Source
Declaration
public ushort SongTimer { get; }

Repertoire

Gets the amount of Repertoire accumulated.

View Source
Declaration
public byte Repertoire { get; }

SoulVoice

Gets the amount of Soul Voice accumulated.

View Source
Declaration
public byte SoulVoice { get; }

Song

Gets the type of song that is active.

View Source
Declaration
public Song Song { get; }

LastSong

Gets the type of song that was last played.

View Source
Declaration
public Song LastSong { get; }

Coda

Gets the song Coda that are currently active.

View Source
Declaration
public Song[] Coda { get; }