BIS fnc mapGridSize: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 6: | Line 6: | ||
|gr1= Map and Markers | |gr1= Map and Markers | ||
|descr= Returns the size of map grid square at current zoom level.{{Feature | | |descr= Returns the size of map grid square at current zoom level. | ||
{{Feature|informative|This function caches config lookup result on the first use and for the duration of the mission, making subsequent access 2-3 times faster.}} | |||
|s1=[map] call [[BIS_fnc_mapGridSize]] | |s1= [map] call [[BIS_fnc_mapGridSize]] | ||
|p1= | |p1= map: [[Control]] - (Optional, default main mission map ([[findDisplay]] 12 [[displayCtrl]] 51)) map control | ||
|r1= [[Number]] - map grid size | |r1= [[Number]] - map grid size | ||
|x1= < | |x1= <sqf>private _gridSize = [] call BIS_fnc_mapGridSize;</sqf> | ||
|seealso= [[BIS_fnc_mapSize]] | |seealso= [[BIS_fnc_mapSize]] | ||
}} | }} |
Latest revision as of 19:13, 3 May 2022
Description
- Description:
- Returns the size of map grid square at current zoom level.
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- [map] call BIS_fnc_mapGridSize
- Parameters:
- map: Control - (Optional, default main mission map (findDisplay 12 displayCtrl 51)) map control
- Return Value:
- Number - map grid size
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_mapSize
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