BIS fnc zoomOnArea: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s([0-9])= ([^ ]+) (\[\[call\]\]) ([^ ]+) " to "|s$1= $2 call $3 ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
|descr= Map will zoom on the given area. Function always takes the longer side of the area to zoom on. | |descr= Map will zoom on the given area. Function always takes the longer side of the area to zoom on. | ||
|s1= [area, center, time, handler, forceCam] call [[ | |s1= [area, center, time, handler, forceCam] call [[BIS_fnc_zoomOnArea]] | ||
|p1= area: [[Array]] - | |p1= area: [[Array]] - area to zoom on | ||
|p2= center: [[Array]] - | |p2= center: [[Array]] - coordinates of the center | ||
|p3= time: [[Number]] - (Optional, default 1) | |p3= time: [[Number]] - (Optional, default 1) time of the zoom operation | ||
|p4= handler: [[Control]] - (Optional, default [[nil]]) | |p4= handler: [[Control]] - (Optional, default [[nil]]) handler to the map display control (you can pass one if already exists, if not, handler is created) | ||
|p5= forceCam: [[Boolean]] - (Optional, default [[false]]) | |p5= forceCam: [[Boolean]] - (Optional, default [[false]]) whether to force the camera in position after the zoom. | ||
|r1= [[Number]] - | |r1= [[Number]] - zoom level | ||
|x1= < | |x1= <sqf> | ||
openMap true; | |||
[markerSize "BIS_areaMarker", markerPos "BIS_areaMarker", 5] call BIS_fnc_zoomOnArea; | |||
</sqf> | |||
|seealso= [[BIS_fnc_zoomLock]] [[BIS_fnc_zoomUnlock]] | |seealso= [[BIS_fnc_zoomLock]] [[BIS_fnc_zoomUnlock]] | ||
}} | }} |
Latest revision as of 22:47, 31 May 2022
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:
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