currentVisionMode
Jump to navigation
Jump to search
Description
- Description:
- Returns current vision mode of unit's weapon / vision.
- 0 - daytime
- 1 - night vision
- 2 - FLIR
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_currMode = currentVisionMode gunner _tank
- Example 2:
if (currentVisionMode player == 1) then { hint "nightvision active"; };
Additional Information
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