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