6 lines
		
	
	
		
			354 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			354 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param texture table 
 | 
						|
---@param container number 
 | 
						|
---Sets a Texture object to display the icon of one of the player's bags. Adapts the square item icon texture to fit within the circular "portrait" frames used in many default UI elements.
 | 
						|
function SetBagPortraitTexture(texture, container) end |