7 lines
		
	
	
		
			228 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			228 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| 
 | |
| ---@param unit string 
 | |
| ---@param slot number 
 | |
| ---@return string texture 
 | |
| ---Returns the icon texture for an equipped item
 | |
| function GetInventoryItemTexture(unit, slot) end |