BIS fnc 3DENVisionMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - "|Game version=" to "|Game version= |gr1= Eden Editor |GROUP1")
Line 5: Line 5:


|1.56|Game version=
|1.56|Game version=
|gr1= Eden Editor |GROUP1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:40, 6 October 2020

Hover & click on the images for description

Description

Description:
GROUP1 ____________________________________________________________________________________________
Execution:
call
Groups:
Eden Editor

Syntax

Syntax:
Toggle or set Eden Editor vision mode. Has to be executed while Eden interface is opened.
Parameters:
mode: Number - Can be:
  • -2: restore the current mode
  • -1: toggle mode
  •  0: Normal
  •  1: Night vision
  •  2: Thermal
 
Return Value:
mode call BIS_fnc_3DENVisionMode

Examples

Example 1:
_mode = 0 call BIS_fnc_3DENVisionMode;

Additional Information

See also:
Number - Selected mode

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

Notes

Bottom Section