BIS fnc camera getVisionMode: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<code>(\[[a-zA-Z0-9_, ]*\] )?\[\[(call|spawn)\]\] \[\[(BI[NS]\_fnc\_[a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1$2 $3;</sqf>")
m (Some wiki formatting)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
|s1= [camera] call [[BIS_fnc_camera_getVisionMode]]
|s1= [camera] call [[BIS_fnc_camera_getVisionMode]]


|p1= camera: [[Object]] - The camera
|p1= camera: [[Object]] - the camera


|r1= [[Number]] - <br>0 - no vision mode<br>1 - Night vision<br>2 - Ti
|r1= [[Number]] - one of:
* 0 - normal vision
* 1 - night vision
* 2 - thermal imaging


|x1= <sqf>[BIS_camera] call BIS_fnc_camera_getVisionMode;</sqf>
|x1= <sqf>[BIS_camera] call BIS_fnc_camera_getVisionMode;</sqf>

Latest revision as of 13:03, 15 February 2026

Hover & click on the images for description

Description

Description:
Returns camera vision mode.
Execution:
call
Groups:
Camera

Syntax

Syntax:
[camera] call BIS_fnc_camera_getVisionMode
Parameters:
camera: Object - the camera
Return Value:
Number - one of:
  • 0 - normal vision
  • 1 - night vision
  • 2 - thermal imaging

Examples

Example 1:
[BIS_camera] call BIS_fnc_camera_getVisionMode;

Additional Information

See also:
BIS_fnc_camera_setVisionMode

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note