10 lines
337 B
Lua
10 lines
337 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param slot number
|
|
---@return string texture
|
|
---@return string item
|
|
---@return number quantity
|
|
---@return number quality
|
|
---@return number? locked (1 if locked, nil if not)
|
|
---Returns information about an item available as loot
|
|
function GetLootSlotInfo(slot) end |