C_Item.IsDressableItemByID

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak BAD.png  ProfIcons engineering.png  BTNTemp.png C_Item.IsDressableItemByID TheWarWithin-Icon-Inline.pngDragonflight-Icon-Inline.png + 9.1.0
Wowprogramming.png  BTNTemp.png IsDressableItem Wrath-Logo-Small.png + 2.4.0 / 1.13.2

Returns true if the item is an Armor or Weapon type and false for all other items (Necklace, Trinkets, Rings, Consumables, etc.).

isDressableItem = C_Item.IsDressableItemByID(itemInfo)

Arguments

itemInfo
string

Returns

isDressableItem
boolean

Patch changes

Shadowlands Patch 9.1.0 (2021-06-29): Added.