Class BRDGauge
In-memory BRD 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 BRDGauge : JobGaugeBase<BardGauge>
Properties
| Improve this Doc View SourceCoda
Gets the song Coda that are currently active.
Declaration
public Song[] Coda { get; }
Property Value
| Type | Description |
|---|---|
| Song[] |
Remarks
This will always return an array of size 3, inactive Coda are represented by NONE.
LastSong
Gets the type of song that was last played.
Declaration
public Song LastSong { get; }
Property Value
| Type | Description |
|---|---|
| Song |
Repertoire
Gets the amount of Repertoire accumulated.
Declaration
public byte Repertoire { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
Song
Gets the type of song that is active.
Declaration
public Song Song { get; }
Property Value
| Type | Description |
|---|---|
| Song |
SongTimer
Gets the current song timer in milliseconds.
Declaration
public ushort SongTimer { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
SoulVoice
Gets the amount of Soul Voice accumulated.
Declaration
public byte SoulVoice { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |