docs update CheckNotches()

This commit is contained in:
ReznoRMichael 2021-01-31 20:24:27 +01:00
parent 27c3f23b15
commit d1a6a14e0b
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -514,6 +514,7 @@ function CheckGeo(divId, geoValue = 0, geoPoolValue = 0) {
* Fills HTML with appropriate number of notch images * Fills HTML with appropriate number of notch images
* @param {object} divId ID of the HTML element for data appending * @param {object} divId ID of the HTML element for data appending
* @param {number} totalNotches Number of total Charm Notches the player has. 11 = max * @param {number} totalNotches Number of total Charm Notches the player has. 11 = max
* @param {number} filledNotches Number of total used Charm Notches (including overcharmed notches). 15 = max
*/ */
function CheckNotches(divId, totalNotches = 3, filledNotches = 0) { function CheckNotches(divId, totalNotches = 3, filledNotches = 0) {