Back to Home
ESO Function Data v100019
ZO_ScrollList_RefreshVisible()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_templates/scrolltemplates.lua:1301
--
function ZO_ScrollList_RefreshVisible(self, data, overrideSetupCallback)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/crafting/craftinginventory.lua:105
--
ZO_ScrollList_RefreshVisible(self.list)
ingame/inventory/inventory.lua:1215
--
ZO_ScrollList_RefreshVisible(inventory.listView, slot, UpdateStatusControl)
ingame/inventory/inventory.lua:1265
--
ZO_ScrollList_RefreshVisible(inventory.listView, nil, ZO_InventorySlot_UpdateCooldowns)
ingame/inventory/inventory.lua:1494
--
ZO_ScrollList_RefreshVisible(self.inventories[BAG_BACKPACK].listView, nil, callback)
ingame/mail/keyboard/mailinbox_keyboard.lua:431
--
ZO_ScrollList_RefreshVisible(self.list, mailData)
ingame/map/keyboard/worldmaphouses_keyboard.lua:45
--
ZO_ScrollList_RefreshVisible(self.list)
ingame/map/keyboard/worldmaplocations_keyboard.lua:21
--
ZO_ScrollList_RefreshVisible(self.list)
ingame/map/keyboard/worldmaplocations_keyboard.lua:26
--
ZO_ScrollList_RefreshVisible(self.list)
ingame/quickslot/quickslot.lua:190
--
ZO_ScrollList_RefreshVisible(manager.list)
ingame/quickslot/quickslot.lua:209
--
ZO_ScrollList_RefreshVisible(manager.list, nil, ZO_InventorySlot_UpdateCooldowns)
libraries/zo_dialog/zo_listdialog.lua:55
--
ZO_ScrollList_RefreshVisible(self.list)
libraries/zo_sortfilterlist/zo_sortfilterlist.lua:105
--
ZO_ScrollList_RefreshVisible(self.list)
pregame/characterselect/keyboard/zo_characterselect_keyboard.lua:433
--
ZO_ScrollList_RefreshVisible(ZO_CharacterSelectScrollList)