Files
wow-weakauras/Meta/api/ConfirmBindOnUse.lua
2024-11-07 23:12:37 +01:00

4 lines
277 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