currentVisionMode: Difference between revisions
Jump to navigation
Jump to search
(populated) |
m (description) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns current vision mode of unit's weapon | | Returns current vision mode of unit's weapon. | ||
* 0 - daytime | * 0 - daytime |
Revision as of 19:45, 19 August 2010
Description
- Description:
- Returns current vision mode of unit's weapon.
- 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