BIS fnc 3DENDiagMouseControl: Difference between revisions

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


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


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


| Creates a display which highlights currently pressed mouse buttons and CTRL,ALT or SHIFT key. |= Description
| Creates a display which highlights currently pressed mouse buttons and CTRL, ALT or SHIFT key. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


|call '''3DENDiagMouseControl''' |= Syntax
| call [[BIS_fnc_3DENDiagMouseControl]] |Syntax=


 
|[[Nothing]]|Return value=
|[[Nothing]]|= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[call]] '''3DENDiagMouseControl''';</code> |= Parameter 1
|x1= <code>[[call]] [[BIS_fnc_3DENDiagMouseControl]];</code> |Parameter 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[Eden Editor]]|= See also
|[[Eden Editor]]|See also=
}}
}}
<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
Line 29: Line 29:


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

Revision as of 12:23, 28 May 2018

Hover & click on the images for description

Description

Description:
Creates a display which highlights currently pressed mouse buttons and CTRL, ALT or SHIFT key.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
call BIS_fnc_3DENDiagMouseControl
Return Value:
Nothing

Examples

Example 1:
call BIS_fnc_3DENDiagMouseControl;

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