Back to Home
ESO Function Data v101044
AddFilteredBackpackCategoryIfPopulated()
Function Aliases
No known aliases for this function.
Global Function Definitions
ingame/companion/gamepad/companionequipment_gamepad.lua:582
--
function ZO_CompanionEquipment_Gamepad:AddFilteredBackpackCategoryIfPopulated(filterType, iconFile)
ingame/inventory/gamepad/gamepadinventory.lua:994
--
function ZO_GamepadInventory:AddFilteredBackpackCategoryIfPopulated(filterType, iconFile)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/inventory/gamepad/gamepadinventory.lua:1041
--
self:AddFilteredBackpackCategoryIfPopulated(ITEMFILTERTYPE_CRAFTING, "EsoUI/Art/Inventory/Gamepad/gp_inventory_icon_materials.dds")
ingame/inventory/gamepad/gamepadinventory.lua:1044
--
self:AddFilteredBackpackCategoryIfPopulated(ITEMFILTERTYPE_QUICKSLOT, "EsoUI/Art/Inventory/Gamepad/gp_inventory_icon_quickslot.dds")
ingame/inventory/gamepad/gamepadinventory.lua:1047
--
self:AddFilteredBackpackCategoryIfPopulated(ITEMFILTERTYPE_FURNISHING, "EsoUI/Art/Crafting/Gamepad/gp_crafting_menuIcon_furnishings.dds")
ingame/inventory/gamepad/gamepadinventory.lua:1050
--
self:AddFilteredBackpackCategoryIfPopulated(ITEMFILTERTYPE_COMPANION, "EsoUI/Art/Inventory/Gamepad/gp_inventory_icon_companionItems.dds")