docs addition

This commit is contained in:
ReznoRMichael 2021-01-28 08:46:50 +01:00
parent 2651bc5431
commit be05a80f81

View file

@ -443,7 +443,7 @@ function CheckCompletionPercent(divId, completionPercentage) {
/** /**
* Fills HTML with appropriate number of health mask images * Fills HTML with appropriate number of health mask 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} masks Number of max health masks from the save * @param {number} masks Number of max health masks from the save (baseline without charms and lifeblood)
* @param {number} permadeathMode Value of permadeathMode property. 0 = Normal, 1 = Steel Soul * @param {number} permadeathMode Value of permadeathMode property. 0 = Normal, 1 = Steel Soul
*/ */
function CheckHealthMasks(divId, masks = 5, permadeathMode = 0) { function CheckHealthMasks(divId, masks = 5, permadeathMode = 0) {