WoW:API CancelPendingEquip: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(Added API category)
Line 1: Line 1:
{{API/Uncategorized}}
CancelPendingEquip(slot);
 
This function is used to cancel a pending equip.  When attempting to equip an item which will become soulbound the equip operation is suspended and a dialog is presented for the user to decide whether or not to proceed.  This call is made by that dialog if the user decides not to equip the item.
 
----
{{WoW API}}

Revision as of 18:35, 10 January 2006

CancelPendingEquip(slot);

This function is used to cancel a pending equip. When attempting to equip an item which will become soulbound the equip operation is suspended and a dialog is presented for the user to decide whether or not to proceed. This call is made by that dialog if the user decides not to equip the item.


Template:WoW API