Class RPRGauge
In-memory RPR job gauge.
Assembly: Dalamud.dll
View Source
Declaration
public class RPRGauge : JobGaugeBase<ReaperGauge>
Inheritance: System.Object
-> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>
Properties
Soul
Gets the amount of Soul available.
View Source
Declaration
public byte Soul { get; }
Shroud
Gets the amount of Shroud available.
View Source
Declaration
public byte Shroud { get; }
EnshroudedTimeRemaining
Gets the time remaining that Enshrouded is active.
View Source
Declaration
public ushort EnshroudedTimeRemaining { get; }
LemureShroud
Gets the amount of Lemure Shroud available.
View Source
Declaration
public byte LemureShroud { get; }
VoidShroud
Gets the amount of Void Shroud available.
View Source
Declaration
public byte VoidShroud { get; }