- 3 Talk
-
API GetMerchantItemLink
Returns a link to the indexed item in the merchant's inventory.
link = GetMerchantItemLink(index);
Parameters
Edit
Arguments
Edit
- index
- Integer - The index of the item in the merchant's inventory
Returns
Edit
- itemLink
- String - returns a string that will show as a clickable link to the item
Example
Edit
DEFAULT_CHAT_FRAME:AddMessage(GetMerchantItemLink(4));
Result
Edit
A clickable item link will appear in the default chat frame.