WoW:API GetCraftNumReagents: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page API GetCraftNumReagents to API GetCraftNumReagents 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]].}} | |||
{{wowapi}} | {{wowapi}} | ||
This command tells the caller how many reagents are required for said craft. | This command tells the caller how many reagents are required for said craft. |
Latest revision as of 04:45, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
← WoW API < GetCraftNumReagents
This command tells the caller how many reagents are required for said craft.
numRequiredReagents = GetCraftNumReagents(index)
Parameters[edit]
Arguments[edit]
- index
- Numeric. Number from 1 to X, where X is the total number of possible crafts.
Returns[edit]
- numRequiredReagents
- Integer. This is the number of required reagents for said craft. ie, 4 (for any craft that requires 4 reagents to perform...)