5 lines
251 B
Lua
5 lines
251 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param slot number
|
|
---Confirms picking up an item available as loot. Usable after the LOOT_BIND_CONFIRM event fires, warning that an item binds on pickup.
|
|
function ConfirmLootSlot(slot) end |