set3DENModelsVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" 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


| Enables or disables lines visibility in 3DEN |DESCRIPTION=
| Enables or disables lines visibility in 3DEN
| set3DENModelsVisible [map, scene] |SYNTAX=
| set3DENModelsVisible [map, scene]


|p1= map: [[Boolean]] |PARAMETER1=
|p1= map: [[Boolean]]


|p2= scene: [[Boolean]] |PARAMETER2=
|p2= scene: [[Boolean]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]


|x1= <code>[[set3DENModelsVisible]] <nowiki>[</nowiki>[[true]], [[true]]];</code> |EXAMPLE1=
|x1= <code>[[set3DENModelsVisible]] <nowiki>[</nowiki>[[true]], [[true]]];</code>


| [[get3DENLinesVisible]] [[get3DENIconsVisible]] |SEEALSO=
| [[get3DENLinesVisible]] [[get3DENIconsVisible]]
}}
}}



Revision as of 12:02, 18 January 2021

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