Back to index...

NameTypeDeprecatedSecureDescription
Event.Experience.AccumulatedSignals your accumulated experience changing.
Event.Experience.RestedSignals your available rested experience changing.
Inspect.ExperiencefunctionReturns information on your experience.

Event.Experience.Accumulated

Signals your accumulated experience changing.

Usage:

Event.Experience.Accumulated(accumulated)
ParameterTypeDatatypeDescription
accumulatedparametervariantTotal quantity of accumulated experience in this level.

Event.Experience.Rested

Signals your available rested experience changing.

Usage:

Event.Experience.Rested(rested)
ParameterTypeDatatypeDescription
restedparametervariantQuantity of available rested experience.

Inspect.Experience

Returns information on your experience.

Usage:

result = Inspect.Experience()
ParameterTypeDatatypeDescription
resultresulttableTable containing information on experience.
members
accumulated Experience accumulated so far in this character level.
needed Quantity of experience needed to gain a level.
rested Quantity of available rested experience.

Back to index...