Files
wow-weakauras/Meta/api/CursorCanGoInSlot.lua
2024-11-07 23:12:37 +01:00

6 lines
308 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return 1nil canBePlaced
---Returns whether the item on the cursor can be equipped in an inventory slot. Returns nil if the cursor is empty or contains something other than an item.
function CursorCanGoInSlot(slot) end