Initial commit
This commit is contained in:
6
api/GetMerchantItemLink.lua
Normal file
6
api/GetMerchantItemLink.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param index number
|
||||
---@return string link
|
||||
---Returns a hyperlink for an item available for purchase from a vendor
|
||||
function GetMerchantItemLink(index) end
|
||||
Reference in New Issue
Block a user