m
→Returns: oops
m (cat) |
m (→Returns: oops) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
Returns the number of items a merchant carries. | |||
numItems = GetMerchantNumItems(); | numItems = GetMerchantNumItems(); | ||
==Parameters== | |||
===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. | |||