Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

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.

Advertisement