WoW:API AutoEquipCursorItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
AutoEquipCursorItem(); | {{wowapi}} __NOTOC__ | ||
Automatically equips the item currently held on the cursor. | |||
AutoEquipCursorItem(); | |||
==Example== | |||
PickupContainerItem(0,1); | |||
AutoEquipCursorItem(); | |||
Example | ===Result=== | ||
Equips the first item in your backpack to the relevant slot (if it can be equipped). | |||
Revision as of 18:29, 23 December 2006
← WoW API < AutoEquipCursorItem
Automatically equips the item currently held on the cursor.
AutoEquipCursorItem();
Example
PickupContainerItem(0,1); AutoEquipCursorItem();
Result
Equips the first item in your backpack to the relevant slot (if it can be equipped).