WoW API: EquipCursorItem

From AddOn Studio
Revision as of 22:12, 22 June 2006 by WoWWiki>Starlightblunder (result)
Jump to navigation Jump to search

WoW API < EquipCursorItem

Equips the currently picked up item to a specific inventory slot.

EquipCursorItem(slot);

Parameters

Arguments

slot
Numric - The slot ID to place the item into. Use GetInventorySlotInfo(slotname) to resolve an inventory slot name to its ID.

Example

EquipCursorItem(GetInventorySlotInfo("HEADSLOT"));

Result

Attempts to equip the currently picked up item to the head slot.