Cancels equipping a bind-on-equip item. When the player attempts to equip a bind-on-equip item, the default UI displays a dialog warning that equipping the item will cause it to become soulbound; this function is called when canceling that dialog.
See also Inventory functions, Item functions.
Signature:
CancelPendingEquip(index)
Arguments:
index
- Index of a pending equip warning; currently always 0 as only one equip warning will be given at a time (number
)