docs update CheckNotches()
This commit is contained in:
parent
27c3f23b15
commit
d1a6a14e0b
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -514,6 +514,7 @@ function CheckGeo(divId, geoValue = 0, geoPoolValue = 0) {
|
|||
* Fills HTML with appropriate number of notch images
|
||||
* @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} filledNotches Number of total used Charm Notches (including overcharmed notches). 15 = max
|
||||
*/
|
||||
function CheckNotches(divId, totalNotches = 3, filledNotches = 0) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue