WoW:API ShowMerchantSellCursor: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API ShowMerchantSellCursor to WoW:API ShowMerchantSellCursor without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| 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. | |||
Latest revision as of 04:47, 15 August 2023
← 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.