WoW API: PickupMerchantItem

From AddOn Studio
Revision as of 18:50, 26 January 2007 by WoWWiki>Pha7ars3
Jump to navigation Jump to search

WoW API < PickupMerchantItem

Places the specified merchant item on the cursor.

PickupMerchantItem(index);

Interesting thing is this function can be used to drop an item to the merchant as well. This will happen if the cursor already holds an item from player's bag:

PickupContainerItem(bag, slot)
PickupMerchantItem(0)

Parameters

Arguments

index
Number - The index of the item in the merchant's inventory.