WoW:API CancelPendingEquip: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added API category)
m (Move page script moved page API CancelPendingEquip to API CancelPendingEquip without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Stub/API}}
{{wowapi}}
CancelPendingEquip(slot);
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.
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}}

Latest revision as of 04:45, 15 August 2023

WoW API < CancelPendingEquip

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.