Skip to main content

Class SAMGauge

In-memory SAM job gauge.

Assembly: Dalamud.dll
View Source
Declaration
public class SAMGauge : JobGaugeBase<SamuraiGauge>

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

Properties

Kaeshi

Gets the currently active Kaeshi ability.

View Source
Declaration
public Kaeshi Kaeshi { get; }

Kenki

Gets the current amount of Kenki available.

View Source
Declaration
public byte Kenki { get; }

MeditationStacks

Gets the amount of Meditation stacks.

View Source
Declaration
public byte MeditationStacks { get; }

Sen

Gets the active Sen.

View Source
Declaration
public Sen Sen { get; }

HasSetsu

Gets a value indicating whether the Setsu Sen is active.

View Source
Declaration
public bool HasSetsu { get; }

HasGetsu

Gets a value indicating whether the Getsu Sen is active.

View Source
Declaration
public bool HasGetsu { get; }

HasKa

Gets a value indicating whether the Ka Sen is active.

View Source
Declaration
public bool HasKa { get; }