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