API UseVoidItemForTransmogrify

From Warcraft Wiki
Jump to navigation Jump to search

Copies the appearance of an item in void storage to an item on your character.

UseVoidItemForTransmogrify(voidItemslot, inventorySlot)

Arguments

voidItemSlot
Number - void storage slot containing item to copy appearance of, ascending from 1.
inventorySlot
Number - inventory slot ID to copy the item's appearance to.

Triggers events

Details

  • The client must have information about the contents of your void storage (indicated by VOID_STORAGE_UPDATE firing) before items in void storage can be used for transmogrification -- this function fails silently if void storage information is not available.

Patch history

Mists of Pandaria Patch 5.2.0 (2013-03-05): Added.

See also