BIS fnc zoomLockEH: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^<]*)<nowiki\/?>\[\[([a-zA-Z0-9_]+)\]\](.*)<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *P([a-gi-z ])" to "$1 - p$2")
 
(4 intermediate revisions by the same user not shown)
Line 14: Line 14:
|s1= position call [[BIS_fnc_zoomLockEH]]
|s1= position call [[BIS_fnc_zoomLockEH]]


|p1= position: [[Position]] - Position that the camera should focus
|p1= position: [[Position]] - position that the camera should focus


|r1=
|r1=


|x1= <code>[position [[player]]] [[call]] [[BIS_fnc_zoomLockEH]];</code>
|x1= <sqf>[position player] call BIS_fnc_zoomLockEH;</sqf>


|seealso= [[BIS_fnc_zoomLock]] [[BIS_fnc_zoomUnlock]]
|seealso= [[BIS_fnc_zoomLock]] [[BIS_fnc_zoomUnlock]]
}}
}}

Latest revision as of 16:45, 8 November 2023

Hover & click on the images for description

Description

Description:
Event handler function for locking the camera.
Execution:
call
Groups:
Map and MarkersEvent Handlers

Syntax

Syntax:
position call BIS_fnc_zoomLockEH
Parameters:
position: Position - position that the camera should focus
Return Value:
Return value needed

Examples

Example 1:
[position player] call BIS_fnc_zoomLockEH;

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