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

5 lines
410 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Equips the item on the cursor. The item is automatically equipped in the first available slot in which it fits. To equip an item in a specific slot, see EquipCursorItem(). Causes an error message (UI_ERROR_MESSAGE) if the item on the cursor cannot be equipped. Does nothing if the cursor does not contain an item.
function AutoEquipCursorItem() end