Files
wow_Meta/api/GetInventoryItemsForSlot.lua
2025-05-04 15:15:00 +02:00

8 lines
239 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param slot number
---@return table availableItems
---Returns a list of items that can be equipped in a given inventory slot
function GetInventoryItemsForSlot(slot) end