Class RDMGauge
In-memory RDM 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 RDMGauge : JobGaugeBase<RedMageGauge>
Properties
| Improve this Doc View SourceBlackMana
Gets the level of the Black gauge.
Declaration
public byte BlackMana { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
ManaStacks
Gets the amount of mana stacks.
Declaration
public byte ManaStacks { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
WhiteMana
Gets the level of the White gauge.
Declaration
public byte WhiteMana { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |