From 25e26ff3b603c97d6fe7764ccdfda0e524e5686f Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Thu, 20 Jan 2022 12:37:20 +0100 Subject: [PATCH] documentation --- src/js/HKCheckCompletion.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/js/HKCheckCompletion.js b/src/js/HKCheckCompletion.js index 2b21db1..58e3a02 100644 --- a/src/js/HKCheckCompletion.js +++ b/src/js/HKCheckCompletion.js @@ -2474,6 +2474,10 @@ class DataChecker { return false; } + /** + * Verifies the status of all items in a given section (e.g. Grubs or Whispering Roots) from the database. + * @param {object} section Provide a section object to check. + */ checkItems(section) { this.section = section; this.entries = section.entries;