Files
wow_Meta/api/ConfirmBindOnUse.lua
2025-05-04 14:35:26 +02:00

5 lines
275 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