-
Notifications
You must be signed in to change notification settings - Fork 329
Hooks
Jeff 'Arbron' Hitchcock edited this page Apr 24, 2022
·
33 revisions
-
restCompleted: Fires when the actor completes a short or long rest. Gets passed the actor instance aRestResultobject containing information on the rest operation. -
dnd5e.transformActor: Fires just before a new actor is created during the transform process. Gets passed the original actor instance, the target actor instance, the data object that will be used to create the synthetic actor, and the options that were selected in the transform dialog.
-
dnd5e.preAdvancementManagerRender: Fires when anAdvancementManageris about to be processed. Gets passed a single parameter containing theAdvancementManagerinstance. -
dnd5e.advancementManagerComplete: Fires when anAdvancementManageris done modifying an actor. Gets passed a single parameter containing theAdvancementManagerinstance.