Files
wow_Meta/api/ConfirmBindOnUse.lua
2024-12-16 13:13:08 +01:00

4 lines
274 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Confirms using an item, if using the item causes it to become soulbound. Usable in response to the USE_BIND_CONFIRM which fires when the player attempts to use a "Bind on Use" item.
function ConfirmBindOnUse() end