documentation

This commit is contained in:
ReznoRMichael 2022-01-20 12:37:20 +01:00
parent 352b4b5d26
commit 25e26ff3b6

View file

@ -2474,6 +2474,10 @@ class DataChecker {
return false; 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) { checkItems(section) {
this.section = section; this.section = section;
this.entries = section.entries; this.entries = section.entries;