Back to index...

NameTypeDeprecatedSecureDescription
Event.Attunement.Progress.AccumulatedSignals your accumulated attunement experience changing.
Event.Attunement.Progress.AvailableSignals your available attunement points changing.
Event.Attunement.Progress.RestedSignals your available attunement rested experience changing.
Event.Attunement.Progress.SpentSignals your spent attunement points changing.
Inspect.Attunement.ProgressfunctionReturns information on your current attunement progress.

Event.Attunement.Progress.Accumulated

Signals your accumulated attunement experience changing.

Usage:

Event.Attunement.Progress.Accumulated(accumulated)
ParameterTypeDatatypeDescription
accumulatedparametervariantTotal quantity of accumulated attunement experience in this level.

Event.Attunement.Progress.Available

Signals your available attunement points changing.

Usage:

Event.Attunement.Progress.Available(available)
ParameterTypeDatatypeDescription
availableparametervariantNumber of unused attunement ranks.

Event.Attunement.Progress.Rested

Signals your available attunement rested experience changing.

Usage:

Event.Attunement.Progress.Rested(rested)
ParameterTypeDatatypeDescription
restedparametervariantQuantity of available attunement rested experience.

Event.Attunement.Progress.Spent

Signals your spent attunement points changing.

Usage:

Event.Attunement.Progress.Spent(spent)
ParameterTypeDatatypeDescription
spentparametervariantNumber of spent attunement ranks.

Inspect.Attunement.Progress

Returns information on your current attunement progress.

Usage:

result = Inspect.Attunement.Progress()
ParameterTypeDatatypeDescription
resultresulttableTable containing information on attunement progress.
members
accumulated Attunement experience accumulated so far in this attunement level.
available Number of unused attunement ranks.
needed Quantity of attunement experience needed to gain a level.
rested Quantity of available attunement rested experience.
spent Number of spent attunement ranks.

Back to index...