set3DENModelsVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Appropriate categories go here -->" to "")
mNo edit summary
 
(22 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command


|arma3 |Game name=
|game1= arma3
|version1= 1.56


|1.56|Game Version=
|gr1= Eden Editor


|gr1= Eden Editor |GROUP1=
|descr= Enables or disables trigger area visibility.
|s1= [[set3DENModelsVisible]] [map, scene]


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


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


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


| [[Nothing]] |RETURNVALUE=
|x1= <sqf>set3DENModelsVisible [true, true];</sqf>


|x1= <code>[[set3DENModelsVisible]] <nowiki>[</nowiki>[[true]], [[true]]];</code> |EXAMPLE1=
|seealso= [[get3DENLinesVisible]] [[get3DENIconsVisible]]
 
| [[get3DENLinesVisible]] [[get3DENIconsVisible]] |SEEALSO=
}}
}}
<dl class='command_description'>
<!-- BEGIN Note Section -->
<!-- For example:
<dd class='notedate'>Posted on Month Day, Year - Time (UTC)</dd>
<dt class='note'>'''[[User:User Name|User Name]]'''</dt>
<dd class='note'>This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] Leave it here for others to read; };</code></dd>
-->
<!-- END Note Section -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 06:55, 27 November 2023

Hover & click on the images for description

Description

Description:
Enables or disables trigger area visibility.
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