C_ToyBox.GetToyLink

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 6.0.2 / 1.15.0

Returns the item link for a toy.

C_ToyBox.GetToyLink(itemID)

Arguments

itemID
number - Numeric ID of the item.

Returns

itemLink
string? - The toy's localized itemLink, or nil if that itemID is not a toy.

Patch changes

Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

External links