WoW:API ShowMerchantSellCursor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Changes the cursor to the merchant sell cursor)
 
mNo edit summary
Line 28: Line 28:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ShowMerchantSellCursor]]
[[Category:API Cursor Functions|ShowMerchantSellCursor]]
[[Category:API Merchant Functions|ShowMerchantSellCursor]]

Revision as of 17:58, 29 August 2005

ShowMerchantSellCursor -Documentation by Fenaoin-


ShowMerchantSellCursor(index);

Changes the cursor to the merchant sell cursor.


Arguments
(index)
index
Number - The index of the item in the merchant's inventory

Returns
nothing

Details
The cursor will change to the merchant sell cursor. If the player cannot buy the item, the cursor will appear greyed-out.

Template:WoW API