WoW:API GetNumCrafts: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetNumCrafts to API GetNumCrafts without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{removedapi|3.0|Crafting API was absorbed into [[World of Warcraft API#TradeSkill Functions|Tradeskill API]]. | |||
* Equivalent function: {{api|GetNumTradeSkills}}}} | |||
{{wowapi}} | {{wowapi}} | ||
numberOfCrafts = GetNumCrafts(); | numberOfCrafts = GetNumCrafts(); | ||
This function returns the number of crafts in the currently opened crafting window. Usually used to loop through all available crafts to perfom [[API GetCraftInfo]] on them. | This function returns the number of crafts in the currently opened crafting window. Usually used to loop through all available crafts to perfom [[API GetCraftInfo]] on them. | ||
Latest revision as of 04:46, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
← WoW API < GetNumCrafts
numberOfCrafts = GetNumCrafts();
This function returns the number of crafts in the currently opened crafting window. Usually used to loop through all available crafts to perfom API GetCraftInfo on them.