Files
wow_Meta/api/ConfirmBindOnUse.lua
2025-05-04 15:15:00 +02:00

6 lines
284 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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