set3DENLinesVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


|arma3|Game name=
|game1= arma3


|1.56|Game version=
|version1= 1.56


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


| Toggle visibility of [[Eden Editor]] lines. |DESCRIPTION=
|descr= Toggle visibility of [[:Category:Eden Editor|Eden Editor]] lines.
____________________________________________________________________________________________


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


|x1= <code>[[set3DENLinesVisible]] [<nowiki/>[[false]], [[false]] ];</code>
|p1= showScene: [[Boolean]] - visibility in the scene
Hide all lines|EXAMPLE1=
____________________________________________________________________________________________


|  
|p2= showMap : [[Boolean]] - visibility in the map
[[get3DENLinesVisible]]
[[set3DENIconsVisible]]
[[get3DENIconsVisible]]
|SEEALSO=
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}


<h3 style='display:none'>Notes</h3>
|r1= [[Nothing]]
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<!-- DISCONTINUE Notes -->


|x1= <sqf>set3DENLinesVisible [false, false];// Hide all lines</sqf>


<h3 style='display:none'>Bottom Section</h3>
|seealso= [[get3DENLinesVisible]] [[set3DENIconsVisible]] [[get3DENIconsVisible]]
{{GameCategory|arma3|New Scripting Commands}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 14:27, 9 July 2023

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