WoW:API AutoEquipCursorItem: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API AutoEquipCursorItem to API AutoEquipCursorItem without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Automatically equips the item currently held on the cursor. | |||
AutoEquipCursorItem() | |||
Example | ==Example== | ||
PickupContainerItem(0, 1) | |||
AutoEquipCursorItem() | |||
;Result | |||
Equips the first item in your backpack to the relevant slot (if it can be equipped). | |||
Latest revision as of 04:45, 15 August 2023
← WoW API < AutoEquipCursorItem
Automatically equips the item currently held on the cursor.
AutoEquipCursorItem()
Example[edit]
PickupContainerItem(0, 1) AutoEquipCursorItem()
- Result
Equips the first item in your backpack to the relevant slot (if it can be equipped).