Files
wow_Meta/api/CursorCanGoInSlot.lua
2025-05-04 14:35:26 +02:00

7 lines
302 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