set3DENLinesVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


|arma3|Game name=
|arma3


|1.56|Game version=
|1.56


|gr1= Eden Editor |GROUP1=
|gr1= Eden Editor


| Toggle visibility of [[Eden Editor]] lines. |DESCRIPTION=
| Toggle visibility of [[Eden Editor]] lines.


| '''set3DENLinesVisible''' [showMap, showScene] |SYNTAX=
| '''set3DENLinesVisible''' [showMap, showScene]
|p1= showScene: [[Boolean]] - visibility in the scene |PARAMETER1=
|p1= showScene: [[Boolean]] - visibility in the scene
|p2= showMap : [[Boolean]] - visibility in the map |PARAMETER2=
|p2= showMap : [[Boolean]] - visibility in the map
| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <code>[[set3DENLinesVisible]] [<nowiki/>[[false]], [[false]] ];</code>
|x1= <code>[[set3DENLinesVisible]] [<nowiki/>[[false]], [[false]] ];</code>
Hide all lines|EXAMPLE1=
Hide all lines


|  
|  
Line 21: Line 21:
[[set3DENIconsVisible]]
[[set3DENIconsVisible]]
[[get3DENIconsVisible]]
[[get3DENIconsVisible]]
|SEEALSO=
 
| |MPBEHAVIOUR=
|
}}
}}



Revision as of 12:04, 18 January 2021

Hover & click on the images for description

Description

Description:
Toggle visibility of Eden Editor lines.
Groups:
Eden Editor

Syntax

Syntax:
set3DENLinesVisible [showMap, showScene]
Parameters:
showScene: Boolean - visibility in the scene
showMap : Boolean - visibility in the map
Return Value:
Nothing

Examples

Example 1:
set3DENLinesVisible [false, false ]; Hide all lines

Additional Information

See also:
get3DENLinesVisible set3DENIconsVisible get3DENIconsVisible

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