BIS fnc 3DENVisionMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix category)
Line 37: Line 37:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Default|{{uc:3DENVisionMode}}]]
[[Category:Functions|{{uc:3DENVisionMode}}]]
[[Category:Functions|{{uc:3DENVisionMode}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENVisionMode}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:3DENVisionMode}}]]
[[Category:Function_Group:_Eden_Editor]]
[[Category:Function Group: Eden Editor|{{uc:3DENVisionMode}}]]

Revision as of 11:05, 28 May 2018

Hover & click on the images for description

Description

Description:
Toggle or set Eden Editor vision mode. Has to be executed while Eden interface is opened.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
mode call BIS_fnc_3DENVisionMode
Parameters:
mode: Number - Can be:
  • -2: restore the current mode
  • -1: toggle mode
  •  0: Normal
  •  1: Night vision
  •  2: Thermal
 
Return Value:
Number - Selected mode

Examples

Example 1:
_mode = 0 call BIS_fnc_3DENVisionMode;

Additional Information

See also:
Eden Editor

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