7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param tab number 
 | 
						|
---@param name string 
 | 
						|
---@param iconIndex number 
 | 
						|
---Sets the name and icon for a guild bank tab
 | 
						|
function SetGuildBankTabInfo(tab, name, iconIndex) end |