BIS fnc mapSize
{{Function|= Comments ____________________________________________________________________________________________
| arma3 |= Game name
|1.00|= Game version ____________________________________________________________________________________________
| Returns map size from config. Do not confuse with worldSize. The engine command calculates the map size and doesn't read it from config. |DESCRIPTION= ____________________________________________________________________________________________
| terrainName call BIS_fnc_mapSize |SYNTAX=
|p1= terrainName: String - (Optional, default worldName) world name |PARAMETER1=
| Number |RETURNVALUE= ____________________________________________________________________________________________
|x1= "Altis" call BIS_fnc_mapSize;
|EXAMPLE1=
|x2= worldName call BIS_fnc_mapSize;
|EXAMPLE2=
|x3= call BIS_fnc_mapSize;