BIS fnc zoomLock: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Text replacement - "Position2D" to "Position2D")
Line 12: Line 12:
|s1= cameraCenter call [[BIS_fnc_zoomLock]]
|s1= cameraCenter call [[BIS_fnc_zoomLock]]


|p1= cameraCenter: [[Position2D]] - (default [0, 0]) position where the camera should be placed and locked
|p1= cameraCenter: [[Position#Introduction|Position2D]] - (default [0, 0]) position where the camera should be placed and locked


|r1= [[Nothing]]
|r1= [[Nothing]]

Revision as of 17:55, 5 January 2022

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: Position2D - (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_zoomUnlockBIS_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


Posted on April 22, 2020 - 16:29 (UTC)
Poslovitch
On Arma 3 1.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.