C_Item.IsCurioItem

From Warcraft Wiki
Jump to navigation Jump to search

Returns whether the item is a consumable curio that can be applied to a delves companion.

result = C_Item.IsCurioItem(itemInfo)

Arguments

itemInfo
number|string : ItemInfo

Returns

result
boolean?