Initial commit
This commit is contained in:
10
api/GetAuctionItemLink.lua
Normal file
10
api/GetAuctionItemLink.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param list owner
|
||||
---@param bidder
|
||||
---@param list
|
||||
---@param owner
|
||||
---@param index number
|
||||
---@return string link
|
||||
---Returns a hyperlink for an item in an auction listing
|
||||
function GetAuctionItemLink(list, bidder, list, owner, index) end
|
||||
Reference in New Issue
Block a user