WoW:API ShowMerchantSellCursor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{wowapi}}, format) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Changes the cursor to the merchant sell cursor. | |||
ShowMerchantSellCursor(index); | ShowMerchantSellCursor(index); | ||
==Parameters== | |||
===Arguments=== | |||
:;index : Number - The index of the item in the merchant's inventory | :;index : Number - The index of the item in the merchant's inventory | ||
==Notes== | |||
The cursor will change to the merchant sell cursor. If the player cannot buy the item, the cursor will appear greyed-out. | |||
Revision as of 23:37, 23 December 2006
← WoW API < ShowMerchantSellCursor
Changes the cursor to the merchant sell cursor.
ShowMerchantSellCursor(index);
Parameters
Arguments
- index
- Number - The index of the item in the merchant's inventory
Notes
The cursor will change to the merchant sell cursor. If the player cannot buy the item, the cursor will appear greyed-out.