Skip to content

Commit

Permalink
Adjust JSDoc for dnd5e.postRollConfiguration hook
Browse files Browse the repository at this point in the history
  • Loading branch information
arbron committed Nov 8, 2024
1 parent 702587d commit 9a6c0d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module/dice/basic-roll.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,14 @@ export default class BasicRoll extends Roll {

/**
* A hook event that fires after roll configuration is complete, but before the roll is evaluated.
<<<<<<< Updated upstream
* Multiple hooks may be called depending on the rolling method (e.g. `postSkillCheckRollConfiguration`,
* `postAbilityTestRollConfiguration`, and `postRollConfiguration` for skill checks). Exact contents of the
* configuration object will also change based on the roll type, but the same objects will always be present.
=======
* Multiple hooks may be called depending on the rolling method (e.g. `dnd5e.postSkillCheckRollConfiguration`,
* `dnd5e.postAbilityTestRollConfiguration`, and `dnd5e.postRollConfiguration` for skill checks).
>>>>>>> Stashed changes
* @function dnd5e.postRollConfiguration
* @memberof hookEvents
* @param {BasicRoll[]} rolls Rolls that have been constructed but not evaluated.
Expand Down

0 comments on commit 9a6c0d8

Please sign in to comment.