Updates the model to reflect the character's appearance after equipping a specific item. Signature: Code DressUpModel:TryOn(itemID) or DressUpModel:TryOn("itemName") or DressUpModel:TryOn("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)
Также смотрите: Визуализация модели
Ссылки: http://wowprogramming.com/docs/widgets/DressUpModel/TryOn
|