Interface IJobGauges
This class converts in-memory Job gauge data to structs.
Assembly: Dalamud.dll
View Source
Declaration
public interface IJobGauges
Properties
Address
Gets the address of the JobGauge data.
View Source
Declaration
nint Address { get; }
Methods
Get<T>()
Get the JobGauge for a given job.
View Source
Declaration
T Get<T>() where T : JobGaugeBase
Returns
<T>
: A JobGauge.##### Type Parameters
Name | Description |
---|---|
T | A JobGauge struct from ClientState.Structs.JobGauge. |