7 lines
		
	
	
		
			375 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			375 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | ||
| ---@meta
 | ||
| 
 | ||
| ---@return 1nil status
 | ||
| ---Returns whether the player is in a world PvP zone offering an exit option. Used by the default UI to show the MiniMapBattlefieldFrame and provide a menu option for leaving if the player is in a world PvP combat zone (i.e. Wintergrasp).
 | ||
| function CanHearthAndResurrectFromArea() end
 |