14 lines
		
	
	
		
			298 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			298 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@return 7 continent 
 | 
						|
---@return  -1 
 | 
						|
---@return  0 
 | 
						|
---@return  1 
 | 
						|
---@return  2 
 | 
						|
---@return  3 
 | 
						|
---@return  4 
 | 
						|
---@return  5 
 | 
						|
---@return  6 
 | 
						|
---@return  7 
 | 
						|
---Returns the current world map continent
 | 
						|
function GetCurrentMapContinent() end |