11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			314 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@return boolean isInstance 
 | 
						|
---@return raid instanceType 
 | 
						|
---@return  arena 
 | 
						|
---@return  none 
 | 
						|
---@return  party 
 | 
						|
---@return  pvp 
 | 
						|
---@return  raid 
 | 
						|
---Returns whether the player is in an instance (and its type if applicable)
 | 
						|
function IsInInstance() end |