WoW:API GetMerchantNumItems: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetMerchantNumItems to 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. | |||
Latest revision as of 04:46, 15 August 2023
← WoW API < GetMerchantNumItems
Returns the number of items a merchant carries.
numItems = GetMerchantNumItems();
Parameters
Returns
- 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.