* Get mod list from a collectKey * @param {string} collectKey * @returns {modCollect_mods} { uuid : modRecord }
(collectKey)
| 331 | * @returns {modCollect_mods} { uuid : modRecord } |
| 332 | */ |
| 333 | getModListFromCollection(collectKey) { |
| 334 | return Object.values(this.#list_allMods[collectKey].mods) |
| 335 | } |
| 336 | |
| 337 | /** |
| 338 | * Get mod list from a comboKey |
no outgoing calls
no test coverage detected