Initial commit
This commit is contained in:
5
api/ConfirmLootSlot.lua
Normal file
5
api/ConfirmLootSlot.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user