m
Move page script moved page API GetMerchantNumItems to WoW:API GetMerchantNumItems without leaving a redirect
mNo edit summary |
m (Move page script moved page API GetMerchantNumItems to WoW:API GetMerchantNumItems without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Returns the number of items a merchant carries. | |||
numItems = GetMerchantNumItems(); | numItems = GetMerchantNumItems(); | ||
==Parameters== | |||
Returns | ===Returns=== | ||
:;numItems : Number - the number of items the merchant carries. | |||
:;numItems : Number - the number of items the merchant carries | |||
==Notes== | |||
If you are not currently interacting with a merchant, the last known value is returned. | |||