9 lines
		
	
	
		
			282 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			282 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@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
 |