-
-
Notifications
You must be signed in to change notification settings - Fork 1
Callbacks
Circle CI edited this page Aug 30, 2018
·
2 revisions
Called before the element has been updated.
-
self- the Experience element -
unit- the unit for which the update has been triggered (string)
Called after the element has been updated.
-
self- the Experience element -
unit- the unit for which the update has been triggered (string) -
cur- the unit's current experience/honor (number) -
max- the unit's maximum experience/honor (number) -
rested- the player's current exhaustion (number) -
level- the unit's current experience/honor level (number) -
isHonor- indicates if the player is currently tracking honor or not (boolean)