WoW:API GetCraftReagentInfo: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page API GetCraftReagentInfo to WoW:API GetCraftReagentInfo without leaving a redirect
(intial creation) |
m (Move page script moved page API GetCraftReagentInfo to WoW:API GetCraftReagentInfo 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]].}} | |||
{{wowapi}} | |||
This command tells the caller which the name of the reagent, path to the used texture, number of required reagents, and number of said reagents that the caller currently has in their bags. | This command tells the caller which the name of the reagent, path to the used texture, number of required reagents, and number of said reagents that the caller currently has in their bags. | ||
| Line 14: | Line 16: | ||
:;texturePath : Path to the required item texture. ie, "Interface\Icons\INV_Enchant_ShardBrilliantLarge" | :;texturePath : Path to the required item texture. ie, "Interface\Icons\INV_Enchant_ShardBrilliantLarge" | ||
:; numRequired : Numeric. Number of total required reagents. | :; numRequired : Numeric. Number of total required reagents. | ||
:; numHave : Numeric. Number of total | :; numHave : Numeric. Number of total required reagents that the user has on them currently. | ||