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

6 lines
419 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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