set3DENModelsVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|=GROUP1" to "|GROUP1=")
mNo edit summary
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________
 
|arma3 |Game name=
|arma3 |Game name=
|1.56|Game Version=
|1.56|Game Version=
|arg=  |Multiplayer Arguments=
|eff=  |Multiplayer Effects=


|gr1= Eden Editor |GROUP1=
|gr1= Eden Editor |GROUP1=
____________________________________________________________________________________________
 
| Enables or disables lines visibility in 3DEN |DESCRIPTION=
| Enables or disables lines visibility in 3DEN |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________
| set3DENModelsVisible [map, scene] |SYNTAX=
| set3DENModelsVisible [map, scene] |SYNTAX=
|p1= map: [[Boolean]] |PARAMETER1=
|p1= map: [[Boolean]] |PARAMETER1=
|p2= scene: [[Boolean]] |PARAMETER2=
|p2= scene: [[Boolean]] |PARAMETER2=
| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
|x1= |EXAMPLE1=
 
| - |SEEALSO=
|x1= <code>[[set3DENModelsVisible]] <nowiki>[</nowiki>[[true]], [[true]]];</code> |EXAMPLE1=
 
| [[get3DENLinesVisible]] [[get3DENIconsVisible]] |SEEALSO=
}}
}}



Revision as of 18:38, 29 September 2020

Hover & click on the images for description

Description

Description:
Enables or disables lines visibility in 3DEN
Groups:
Eden Editor

Syntax

Syntax:
set3DENModelsVisible [map, scene]
Parameters:
map: Boolean
scene: Boolean
Return Value:
Nothing

Examples

Example 1:
set3DENModelsVisible [true, true];

Additional Information

See also:
get3DENLinesVisible 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

Bottom Section