BIS_fnc_3DENControlsHint

From Bohemia Interactive Community
Revision as of 04:16, 23 July 2017 by Larrow (talk | contribs) (Filled out consumable info)
Jump to navigation Jump to search


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