worldSize: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Add BIS_fnc_mapSize reference) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns config size of the current world. Equivalent to {{Inline code|[[worldName]] [[call]] [[BIS_fnc_mapSize]]}}. |= | | Returns config size of the current world. Equivalent to {{Inline code|[[worldName]] [[call]] [[BIS_fnc_mapSize]]}}. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[worldSize]] |= | | [[worldSize]] |SYNTAX= | ||
| [[Number]] |= | | [[Number]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_size = [[worldSize]];</code> |= | |x1= <code>_size = [[worldSize]];</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[BIS_fnc_mapSize]], [[worldName]], [[missionName]], [[briefingName]], [[serverName]] |= | | [[BIS_fnc_mapSize]], [[worldName]], [[missionName]], [[briefingName]], [[serverName]] |SEEALSO= | ||
}} | }} |
Revision as of 14:51, 7 April 2019
Description
- Description:
- Returns config size of the current world. Equivalent to
worldName call BIS_fnc_mapSize
. - Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_size = worldSize;
Additional Information
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