WoW:API ShowMerchantSellCursor: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API ShowMerchantSellCursor to API ShowMerchantSellCursor without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''ShowMerchantSellCursor''' ''-Documentation by [[user:Fenaoin|Fenaoin]]-''</center>
{{wowapi}} __NOTOC__
 
Changes the cursor to the merchant sell cursor.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
 
  ShowMerchantSellCursor(index);
  ShowMerchantSellCursor(index);


<!-- Describe the purpose of the function, though exhausting detail can be saved for a later section -->
==Parameters==
Changes the cursor to the merchant sell cursor.
===Arguments===
 
----
;''Arguments''
 
<!-- List each argument, together with its type -->
:(index)
:;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==
;''Returns''
The cursor will change to the merchant sell cursor. If the player cannot buy the item, the cursor will appear greyed-out.
 
<!-- List each return value, together with its type -->
: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}}
[[Category:API Functions|ShowMerchantSellCursor]]
[[Category:API Cursor Functions|ShowMerchantSellCursor]]
[[Category:API Merchant Functions|ShowMerchantSellCursor]]

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.