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