set3DENLinesVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - "Category:Eden Editor" to "Eden Editor")
 
(36 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
____________________________________________________________________________________________


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


| '''set3DENLinesVisible''' [showMap, showScene] |SYNTAX=
|descr= Toggle visibility of [[:Category:Eden Editor|Eden Editor]] lines.
|p1= showScene: [[Bool]] - visibility in the scene |PARAMETER1=
|p2= showMap : [[Bool]] - visibility in the map |PARAMETER2=
| [[Nothing]] |RETURNVALUE=


|x1= <code>[[set3DENLinesVisible]] [ [[false]], [[false]] ];</code>
|s1= [[set3DENLinesVisible]] [showMap, showScene]
Hide all lines|EXAMPLE1=
____________________________________________________________________________________________


|  
|p1= showScene: [[Boolean]] - visibility in the scene
[[get3DENLinesVisible]]
 
[[set3DENIconsVisible]]
|p2= showMap : [[Boolean]] - visibility in the map
[[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]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Eden Editor|{{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