Class WHMGauge
In-memory WHM 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 WHMGauge : JobGaugeBase<WhiteMageGauge>
Properties
| Improve this Doc View SourceBloodLily
Gets the number of times the blood lily has been nourished.
Declaration
public byte BloodLily { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
Lily
Gets the number of Lilies.
Declaration
public byte Lily { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte |
LilyTimer
Gets the time to next lily in milliseconds.
Declaration
public short LilyTimer { get; }
Property Value
| Type | Description |
|---|---|
| System.Int16 |