|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
result = C_TradeSkillUI.RecraftRecipe(itemGUID [, craftingReagents, removedModifications])
Arguments[]
- itemGUID
- string : WOWGUID
- craftingReagents
- CraftingReagentInfo[]?
Field |
Type |
Description
|
itemID |
number |
|
dataSlotIndex |
number |
|
quantity |
number |
|
- removedModifications
- CraftingItemSlotModification[]?
Field |
Type |
Description
|
dataSlotIndex |
number |
|
itemID |
number? = 0 |
|
Returns[]
- result
- boolean
Patch changes[]
Patch 10.1.0 (2023-05-02): Added removedModifications
argument.