Initial commit
This commit is contained in:
10
api/GetLootSlotInfo.lua
Normal file
10
api/GetLootSlotInfo.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param slot number
|
||||
---@return string texture
|
||||
---@return string item
|
||||
---@return number quantity
|
||||
---@return number quality
|
||||
---@return 1nil locked
|
||||
---Returns information about an item available as loot
|
||||
function GetLootSlotInfo(slot) end
|
||||
Reference in New Issue
Block a user