6 lines
250 B
Lua
6 lines
250 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param slot number
|
|
---@return string link
|
|
---Returns a hyperlink for an item available as loot. Returns nil if the loot slot is empty or contains money.
|
|
function GetLootSlotLink(slot) end |