Initial commit
This commit is contained in:
5
api/LootSlot.lua
Normal file
5
api/LootSlot.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param slot number
|
||||
---Attempts to pick up an item available as loot. If the item in the loot slot binds on pickup, the LOOT_BIND_CONFIRM event fires, indicating that ConfirmLootSlot(slot) must be called in order to actually loot the item. Please note: if you call this while processing a LOOT_OPENED event and it is the last item to be looted from the corpse, can cause LOOT_CLOSED to fire and be processed before your LOOT_OPENED event handler completes.
|
||||
function LootSlot(slot) end
|
||||
Reference in New Issue
Block a user