WoW API: GetMerchantItemMaxStack

From AddOn Studio
Revision as of 15:08, 6 June 2007 by WoWWiki>Ravas (Added GetMerchantItemMaxStack based on the FrameXML code.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetMerchantItemMaxStack


Gets the maximum stack size for an item from the active merchant.

maxStack = GetMerchantItemMaxStack(index)


Arguments

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


Returns

maxStack
Number - The maximum stack size for the item.