|
|
| Line 1: |
Line 1: |
| <center>'''PickupMerchantItem''' ''-Documentation by [[user:Fenaoin|Fenaoin]]-''</center>
| | {{wowapi}} __NOTOC__ |
| | | Places the specified merchant item on the cursor. |
| <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
| |
| | |
| PickupMerchantItem(index); | | PickupMerchantItem(index); |
|
| |
|
| <!-- Describe the purpose of the function, though exhausting detail can be saved for a later section -->
| | ==Parameters== |
| Places the specified merchant item on the cursor.
| | ===Arguments=== |
| | | :;index : Number - The index of the item in the merchant's inventory. |
| ----
| |
| ;''Arguments''
| |
| | |
| <!-- List each argument, together with its type -->
| |
| :(index)
| |
| :;index : Number - The index of the item in the merchant's inventory | |
| | |
| ----
| |
| ;''Returns''
| |
| | |
| <!-- List each return value, together with its type -->
| |
| :nothing
| |
| | |
| | |
| ----
| |
| {{WoW API}}
| |
| | |
| [[Category:World of Warcraft API]]
| |