Class DRGGauge
In-memory DRG 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 DRGGauge : JobGaugeBase<DragoonGauge>
Properties
| Improve this Doc View SourceBOTDState
Gets the current state of Blood of the Dragon.
Declaration
public BOTDState BOTDState { get; }
Property Value
| Type | Description |
|---|---|
| BOTDState |
BOTDTimer
Gets the time remaining for Blood of the Dragon in milliseconds.
Declaration
public short BOTDTimer { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |
EyeCount
Gets the count of eyes opened during Blood of the Dragon.
Declaration
public byte EyeCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |