UIHANDLER OnDressModel

From Warcraft Wiki
Jump to navigation Jump to search

Fires when the displayed armor or transmog is updated for an actor in the scene.

DressUpModel OnDressModel(self, itemModifiedAppearanceID, invSlot, removed)

Arguments

self
ModelScene - ModelScene that contains the actor whose armor changed.
itemModifiedAppearanceID
number - ID of the appearance that was changed.
invSlot
InventorySlotID - Inventory slot that was changed.
removed
boolean - Whether the piece was removed from the model or not.

Details

  • Fires for each armor slot on the actor as their armor or transmog (in the case of a player model) is updated.