6 lines
181 B
Lua
6 lines
181 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param id number
|
|
---@return string link
|
|
---Returns a hyperlink for the given currency
|
|
function GetCurrencyLink(id) end |