WoW API: GetMerchantItemLink

From AddOn Studio
Revision as of 19:17, 12 April 2007 by WoWWiki>Luke1410 (added reference to itemLink)
Jump to navigation Jump to search

WoW API < GetMerchantItemLink

Returns a link to the indexed item in the merchant's inventory.

link = GetMerchantItemLink(index);

Parameters

Arguments

index
Integer - The index of the item in the merchant's inventory

Returns

itemLink
String - returns a string that will show as a clickable link to the item

Example

DEFAULT_CHAT_FRAME:AddMessage(GetMerchantItemLink(4));

Result

A clickable item link will appear in the default chat frame.