WoW:API GetNumCrafts: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
  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.


----
----
<small>This is part of the [[World of Warcraft API]]</small>
<small>This is part of the [[World of Warcraft API]]</small>
[[Category:World of Warcraft API]]
[[Category:World of Warcraft API]]

Revision as of 15:47, 5 June 2008

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 is part of the World of Warcraft API