BIS_fnc_zoomLock

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Locks the camera in place when the map is open.
Execution:
call
Groups:
Map and Markers

Syntax

Syntax:
[cameraCenter] call BIS_fnc_zoomLock
Parameters:
cameraCenter: Array format Position2D - (Optional, default [0, 0]) position where the camera should be placed and locked
Return Value:
Nothing

Examples

Example 1:
[[0, 0]] call BIS_fnc_zoomLock;

Additional Information

See also:
BIS_fnc_zoomUnlock BIS_fnc_zoomLockEH

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
Poslovitch - c
Posted on Apr 22, 2020 - 16:29 (UTC)
In Arma 3 v1.98.146303, closing the map after running this function does not unlock the map's camera. One must use BIS_fnc_zoomUnlock to allow the player to move the camera again.