WoW:API GetNumCrafts: Difference between revisions

m
Move page script moved page API GetNumCrafts to WoW:API GetNumCrafts without leaving a redirect
mNo edit summary
m (Move page script moved page API GetNumCrafts to WoW:API GetNumCrafts without leaving a redirect)
 
(3 intermediate revisions by 3 users 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}}
  numberOfCrafts = GetNumCrafts();
  numberOfCrafts = GetNumCrafts();
Removed in 3.0.


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.
----
<small>This is part of the [[World of Warcraft API]]</small>
[[Category:World of Warcraft API]]
Anonymous user