Skip to main content

Class DNCGauge

In-memory DNC job gauge.

Assembly: Dalamud.dll
View Source
Declaration
public class DNCGauge : JobGaugeBase<DancerGauge>

Inheritance: System.Object -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>

Properties

Feathers

Gets the number of feathers available.

View Source
Declaration
public byte Feathers { get; }

Esprit

Gets the amount of Espirit available.

View Source
Declaration
public byte Esprit { get; }

CompletedSteps

Gets the number of steps completed for the current dance.

View Source
Declaration
public byte CompletedSteps { get; }

Steps

Gets all the steps in the current dance.

View Source
Declaration
public uint[] Steps { get; }

NextStep

Gets the next step in the current dance.

View Source
Declaration
public uint NextStep { get; }

IsDancing

Gets a value indicating whether the player is dancing or not.

View Source
Declaration
public bool IsDancing { get; }