BIS fnc mapGridSize: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) - ([a-z -]+) \|x1=" to "|r1=$1 - $2 |x1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.92 | |||
|1.92 | |||
|gr1= Map and Markers | |gr1= Map and Markers | ||
| 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.}} | |||
| [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