BIS fnc 3DENFlashlight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(page filling)
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.56|= Game version
|1.56|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Toggle or set [[Eden Editor]] flashlight (light source snapped to the camera). |= Description
| Toggle or set [[Eden Editor]] flashlight (light source snapped to the camera). |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| mode call [[BIS_fnc_3DENFlashlight]] |= Syntax
| mode call [[BIS_fnc_3DENFlashlight]] |Syntax=


|p1= mode: [[Number]] - Can be:
|p1= mode: [[Number]] - Can be:
<br>-2: restore the current mode
* -2: restore the current mode
<br>-1: toggle mode
* -1: toggle mode
<br>0: Off
* &nbsp;0: off
<br>1: ON
* &nbsp;1: on
&nbsp;|Parameter 1=


|[[Number]] - Selected mode|= Return value
|[[Number]] - Selected mode|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_mode = 0 [[call]] [[BIS_fnc_3DENFlashlight]];</code> |= Parameter 1
|x1= <code>_mode = 0 [[call]] [[BIS_fnc_3DENFlashlight]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[Eden Editor]]|= See also
|[[Eden Editor]]|See also=
}}
}}


Line 35: Line 36:


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

Revision as of 11:17, 28 May 2018

Hover & click on the images for description

Description

Description:
Toggle or set Eden Editor flashlight (light source snapped to the camera).
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
mode call BIS_fnc_3DENFlashlight
Parameters:
mode: Number - Can be:
  • -2: restore the current mode
  • -1: toggle mode
  •  0: off
  •  1: on
 
Return Value:
Number - Selected mode

Examples

Example 1:
_mode = 0 call BIS_fnc_3DENFlashlight;

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