get3DENIconsVisible

From Bohemia Interactive Community
Hover & click on the images for description

Description

Description:
Gets visibility state of Eden Editor icons.
Groups:
Eden Editor

Syntax

Syntax:
get3DENIconsVisible
Return Value:
Array of Booleans format [shownInMap, shownInScene]:
  • shownInMap: Boolean - icons's map visibility
  • shownInScene: Boolean - icons's scene visibility

Examples

Example 1:
if (get3DENIconsVisible select 0) then { hint "Icons are visible on the map." };
Example 2:
get3DENIconsVisible params ["_shownInMap", "_shownInScene"];

Additional Information

See also:
set3DENIconsVisible set3DENLinesVisible get3DENLinesVisible

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note