C_TradeSkillUI.GetRecipeOutputItemData

From Warcraft Wiki
Jump to navigation Jump to search

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

Dragonflight Patch 10.0.5 (2023-01-24): Added recraftOrderID argument.