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