BIS fnc mapSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Added description, example and a note about worldSize command)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Returns map size|= Description
 
____________________________________________________________________________________________
Description:
|p1= world name (optional): [[String]] |= Parameter 1
Returns map size.
 
Parameter(s):
0 (Optional): STRING - world name (current world used as default)
 
Returns:
NUMBER
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|call [[BIS_fnc_mapSize]];|= Syntax
| <!-- [] call [[BIS_fnc_mapSize]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>"Altis" call BIS_fnc_mapSize//Returns 30720</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|[[worldSize]] |= See also


}}
}}

Revision as of 14:20, 29 March 2016


Hover & click on the images for description

Description

Description:
Returns map size
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_mapSize;
Parameters:
world name (optional): String
Return Value:
worldSize

Examples

Example 1:
"Altis" call BIS_fnc_mapSize//Returns 30720

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section