Initial commit
This commit is contained in:
7
api/GetContainerItemLink.lua
Normal file
7
api/GetContainerItemLink.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param container number
|
||||
---@param slot number
|
||||
---@return string link
|
||||
---Returns a hyperlink for an item in the player's bags
|
||||
function GetContainerItemLink(container, slot) end
|
Reference in New Issue
Block a user