ESO Function Data v100015
BrowseToCollectible()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/collections/collectionsbook_manager.lua:28
--
function CollectionsBook_Singleton:BrowseToCollectible(...)
ingame/collections/gamepad/collectionsbook_gamepad.lua:720
--
function ZO_GamepadCollectionsBook:BrowseToCollectible(collectibleId, categoryIndex, subcategoryIndex)
ingame/collections/keyboard/collectionsbook.lua:878
--
function CollectionsBook:BrowseToCollectible(collectibleId, categoryIndex, subcategoryIndex)
ingame/collections/keyboard/dlcbook_keyboard.lua:251
--
function DLCBook_Keyboard:BrowseToCollectible(collectibleId)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/collections/collectionsbook_manager.lua:19
--
self:BrowseToCollectible(...)
ingame/collections/collectionsbook_manager.lua:29
--
SYSTEMS:GetObject(ZO_COLLECTIONS_SYSTEM_NAME):BrowseToCollectible(...)
ingame/collections/keyboard/collectionsbook.lua:882
--
DLC_BOOK_KEYBOARD:BrowseToCollectible(collectibleId)
ingame/contacts/gamepad/notifications_gamepad.lua:313
--
GAMEPAD_COLLECTIONS_BOOK:BrowseToCollectible(data.collectibleId, data.categoryIndex, data.subcategoryIndex)
ingame/contacts/keyboard/notifications_keyboard.lua:183
--
COLLECTIONS_BOOK:BrowseToCollectible(data.collectibleId, data.categoryIndex, data.subcategoryIndex)