BIS fnc camera getVisionMode: Difference between revisions
m (Text replacement - "<!--|eff= local-->" to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| (13 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.00 | |version1= 1.00 | ||
|gr1 = Camera | |gr1= Camera | ||
|descr= Returns camera vision mode. | |descr= Returns camera vision mode. | ||
|s1= [camera] call [[BIS_fnc_camera_getVisionMode]] | |||
|p1= camera: [[Object]] - | |p1= camera: [[Object]] - the camera | ||
|r1= [[Number]] - | |r1= [[Number]] - one of: | ||
* 0 - normal vision | |||
* 1 - night vision | |||
* 2 - thermal imaging | |||
|x1= < | |x1= <sqf>[BIS_camera] call BIS_fnc_camera_getVisionMode;</sqf> | ||
|seealso= [[BIS_fnc_camera_setVisionMode]] | |seealso= [[BIS_fnc_camera_setVisionMode]] | ||
}} | }} | ||
Latest revision as of 13:03, 15 February 2026
Description
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:
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