BIS fnc mapSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added description, example and a note about worldSize command)
No edit summary
Line 33: Line 33:
[[Category:Functions|{{uc:mapSize}}]]
[[Category:Functions|{{uc:mapSize}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:mapSize}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:mapSize}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on March 29, 2016 - 12:22 (UTC)</dd>
<dt class="note">[[User:Revo|Revo]]</dt>
<dd class="note">
It seems like this function does not return any world size if no string (world name) is provided. From my testing the engine command [[worldSize]] works more reliably.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 14:22, 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

Posted on March 29, 2016 - 12:22 (UTC)
Revo
It seems like this function does not return any world size if no string (world name) is provided. From my testing the engine command worldSize works more reliably.