Class PCTGauge
In-Memory PCT job gauge.
Assembly: Dalamud.dll
View Source
Declaration
public class PCTGauge : JobGaugeBase<PictomancerGauge>
Inheritance: System.Object
-> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase -> Dalamud.Game.ClientState.JobGauge.Types.JobGaugeBase<T>
Properties
PalleteGauge
Gets the use of subjective pallete.
View Source
Declaration
public byte PalleteGauge { get; }
Paint
Gets the amount of paint the player has.
View Source
Declaration
public byte Paint { get; }
CreatureMotifDrawn
Gets a value indicating whether a creature motif is drawn.
View Source
Declaration
public bool CreatureMotifDrawn { get; }
WeaponMotifDrawn
Gets a value indicating whether a weapon motif is drawn.
View Source
Declaration
public bool WeaponMotifDrawn { get; }
LandscapeMotifDrawn
Gets a value indicating whether a landscape motif is drawn.
View Source
Declaration
public bool LandscapeMotifDrawn { get; }
MooglePortraitReady
Gets a value indicating whether a moogle portrait is ready.
View Source
Declaration
public bool MooglePortraitReady { get; }
MadeenPortraitReady
Gets a value indicating whether a madeen portrait is ready.
View Source
Declaration
public bool MadeenPortraitReady { get; }
CreatureFlags
Gets which creature flags are present.
View Source
Declaration
public CreatureFlags CreatureFlags { get; }
CanvasFlags
Gets which canvas flags are present.
View Source
Declaration
public CanvasFlags CanvasFlags { get; }