WoW:API PickupMerchantItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{wowapi}}, format)
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]]

Revision as of 23:32, 23 December 2006

WoW API < PickupMerchantItem

Places the specified merchant item on the cursor.

PickupMerchantItem(index);

Parameters

Arguments

index
Number - The index of the item in the merchant's inventory.