Class ASTGauge
In-memory AST 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 ASTGauge : JobGaugeBase<AstrologianGauge>
Properties
| Improve this Doc View SourceDrawnCard
Gets the currently drawn CardType.
Declaration
public CardType DrawnCard { get; }
Property Value
| Type | Description |
|---|---|
| CardType | Currently drawn CardType. |
Methods
| Improve this Doc View SourceContainsSeal(SealType)
Check if a SealType is currently active on the divination gauge.
Declaration
public bool ContainsSeal(SealType seal)
Parameters
| Type | Name | Description |
|---|---|---|
| SealType | seal | The SealType to check for. |
Returns
| Type | Description |
|---|---|
| System.Boolean | If the given Seal is currently divined. |