m
no edit summary
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). | |||