|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Returns an icon, item link (if any) and item ID (if any) for the expected output of a recipe, given the supplied reagents.
outputInfo = C_TradeSkillUI.GetRecipeOutputItemData(recipeSpellID [, reagents, allocationItemGUID, overrideQualityID, recraftOrderID])
Arguments[]
- recipeSpellID
- number
- reagents
- CraftingReagentInfo[]?
Field |
Type |
Description
|
itemID |
number |
|
dataSlotIndex |
number |
|
quantity |
number |
|
- allocationItemGUID
- string? : WOWGUID
- overrideQualityID
- number? - Use this to specify the quality ignoring the reagents.
- recraftOrderID
- number? : BigUInteger
Returns[]
- outputInfo
- CraftingRecipeOutputInfo
Field |
Type |
Description
|
icon |
number |
|
hyperlink |
string? |
|
itemID |
number? |
|
Patch changes[]
Patch 10.0.5 (2023-01-24): Added recraftOrderID
argument.