Add meta
This commit is contained in:
4
Meta/api/AutoEquipCursorItem.lua
Normal file
4
Meta/api/AutoEquipCursorItem.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user