Returns whether an item's appearance can be previewed using the Dressing Room feature


See also Item functions.

Signature:

isDressable = IsDressableItem(itemID) or IsDressableItem("itemName") or IsDressableItem("itemLink")

Arguments:

  • itemID - An item's ID (number)
  • itemName - An item's name (string)
  • itemLink - An item's hyperlink, or any string containing the itemString portion of an item link (string)

Returns:

  • isDressable - 1 if the item's appearance can be previewed using the Dressing Room feature; otherwise nil (1nil)