worldSize: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Command Group: Mission Information)
m (Add BIS_fnc_mapSize reference)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns config size of the current world. |= Description
| Returns config size of the current world. Equivalent to {{Inline code|[[worldName]] [[call]] [[BIS_fnc_mapSize]]}}. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


|'''worldSize''' |= Syntax
| [[worldSize]] |= Syntax


| [[Number]] |= Return value
| [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_size = [[worldSize]]; //8192 </code> |= Example 1
|x1= <code>_size = [[worldSize]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[worldName]], [[missionName]], [[briefingName]], [[serverName]] |= See also
| [[BIS_fnc_mapSize]], [[worldName]], [[missionName]], [[briefingName]], [[serverName]] |= See also


}}
}}

Revision as of 09:43, 21 April 2018

Hover & click on the images for description

Description

Description:
Returns config size of the current world. Equivalent to worldName call BIS_fnc_mapSize.
Groups:
Uncategorised

Syntax

Syntax:
worldSize
Return Value:
Number

Examples

Example 1:
_size = worldSize;

Additional Information

See also:
BIS_fnc_mapSizeworldNamemissionNamebriefingNameserverName

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