BIS fnc 3DENControlsHint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 7/7)
(Filled out consumable info)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Used by Eden to display control hints for the current Eden operation.
As seen in the bottom right corner of the Editor display.
Mostly non consumable for the end user except for three modes..
* "show" - Shows controls hints
* "hide" - Hides controls hints
*"toggle" - Toggles controls hints |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_3DENControlsHint]]; --> |= Syntax
| [ '''mode''' ] call [[BIS_fnc_3DENControlsHint]]; |= Syntax
|p1= |= Parameter 1
|p1= '''mode''' : [[String]] - Mode to use, is case sensitive  |= Parameter 1


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1= Toggle Eden controls hints
|x1= <code></code> |=  
<code>[ "toggle" ] call [[BIS_fnc_3DENControlsHint]];</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 04:16, 23 July 2017


Hover & click on the images for description

Description

Description:
Used by Eden to display control hints for the current Eden operation. As seen in the bottom right corner of the Editor display. Mostly non consumable for the end user except for three modes..
  • "show" - Shows controls hints
  • "hide" - Hides controls hints
  • "toggle" - Toggles controls hints
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[ mode ] call BIS_fnc_3DENControlsHint;
Parameters:
mode : String - Mode to use, is case sensitive
Return Value:
Nothing

Examples

Example 1:
Toggle Eden controls hints [ "toggle" ] call BIS_fnc_3DENControlsHint;

Additional Information

See also:
See also needed

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