Class RDMGauge
In-memory RDM job gauge.
Assembly: Dalamud.dll
View Source
Declaration
public class RDMGauge : JobGaugeBase<RedMageGauge>
Inheritance: System.Object
-> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>
Properties
WhiteMana
Gets the level of the White gauge.
View Source
Declaration
public byte WhiteMana { get; }
BlackMana
Gets the level of the Black gauge.
View Source
Declaration
public byte BlackMana { get; }
ManaStacks
Gets the amount of mana stacks.
View Source
Declaration
public byte ManaStacks { get; }