7 lines
275 B
Lua
7 lines
275 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param mailID number
|
|
---@param attachmentIndex number
|
|
---@return string itemlink
|
|
---Returns a hyperlink for an item attached to a mail in the player's inbox
|
|
function GetInboxItemLink(mailID, attachmentIndex) end |