Skip to main content

Interface IJobGauges

This class converts in-memory Job gauge data to structs.

Assembly: Dalamud.dll
Declaration
public interface IJobGauges : IDalamudService

Properties

Address

Gets the address of the JobGauge data.

Declaration
nint Address { get; }

Methods

Get<T>()

Get the JobGauge for a given job.

Declaration
T Get<T>() where T : JobGaugeBase
Returns

<T>: A JobGauge.

Type Parameters
NameDescription
TA JobGauge struct from ClientState.Structs.JobGauge.