BIS fnc zoomOnArea: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...) |
m (Text replacement - "<!--|eff= local-->" to "") |
||
Line 9: | Line 9: | ||
<!--|arg= local--> | <!--|arg= local--> | ||
|gr1 = Map and Markers | |gr1 = Map and Markers |
Revision as of 15:07, 18 January 2021
Description
- Description:
- Map will zoom on the given area. Function always takes the longer side of the area to zoom on.
- Execution:
- call
- Groups:
- Map and Markers
Syntax
- Syntax:
- [area, center, time, handler, forceCam] call BIS_fnc_zoomOnArea
- Parameters:
- area: Array - Area to zoom on
- center: Array - Coordinates of the center
- time: Number - (Optional, default 1) Time of the zoom operation
- handler: Control - (Optional, default nil) Handler to the map display control (you can pass one if already exists, if not, handler is created)
- forceCam: Boolean - (Optional, default false) Whether to force the camera in position after the zoom.
- Return Value:
- Number - Zoom level
Examples
- Example 1:
openMap true; [markerSize "BIS_areaMarker", markerPos "BIS_areaMarker", 5] call BIS_fnc_zoomOnArea;
Additional Information
- See also:
- BIS_fnc_zoomLock BIS_fnc_zoomUnlock
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