Back to Home
ESO Function Data v100018
DoesCategoryHaveAnyNewCollectibles()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/collections/collectionsbook_manager.lua:178
--
function CollectionsBook_Singleton.DoesCategoryHaveAnyNewCollectibles(categoryIndex, subcategoryIndex, getCollectiblesFunction)
ingame/collections/gamepad/collectionsbook_gamepad.lua:1154
--
function ZO_GamepadCollectionsBook:DoesCategoryHaveAnyNewCollectibles(categoryIndex, subcategoryIndex)
ingame/collections/keyboard/collectionsbook.lua:943
--
function CollectionsBook:DoesCategoryHaveAnyNewCollectibles(categoryIndex, subcategoryIndex)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/collections/collectionsbook_manager.lua:190
--
CollectionsBook_Singleton.DoesCategoryHaveAnyNewCollectibles(categoryIndex, i, getCollectiblesFunction)
ingame/collections/collectionsbook_manager.lua:211
--
CollectionsBook_Singleton.DoesCategoryHaveAnyNewCollectibles(categoryIndex, ANY_SUBCATEGORY, getCollectiblesFunction)
ingame/collections/gamepad/collectionsbook_gamepad.lua:120
--
self:DoesCategoryHaveAnyNewCollectibles(entryData.categoryIndex, entryData.subcategoryIndex)
ingame/collections/gamepad/collectionsbook_gamepad.lua:1155
--
COLLECTIONS_BOOK_SINGLETON.DoesCategoryHaveAnyNewCollectibles(categoryIndex, subcategoryIndex)
ingame/collections/keyboard/collectionsbook.lua:716
--
self:DoesCategoryHaveAnyNewCollectibles(categoryIndex, subcategoryIndex)
ingame/collections/keyboard/collectionsbook.lua:944
--
COLLECTIONS_BOOK_SINGLETON.DoesCategoryHaveAnyNewCollectibles(categoryIndex, subcategoryIndex, self.getCollectiblesFunction)
ingame/scenes/keyboard/keyboardingamescenes.lua:746
--
COLLECTIONS_BOOK:DoesCategoryHaveAnyNewCollectibles(categoryIndex)