C_TradeSkillUI.GetOptionalReagentBonusText

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

bonusText = C_TradeSkillUI.GetOptionalReagentBonusText(recipeSpellID, optionalReagentIndex, optionalReagents)

Arguments

recipeSpellID
number
optionalReagentIndex
number
optionalReagents
OptionalReagentInfo[]
Field Type Description
itemID number The itemID of the optional reagent
count number The number of items of the reagent (always 1 as of Shadowlands)
slot number The slot into which the reagent is inserted

Returns

bonusText
string

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.