set3DENModelsVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style='display:none'>Bottom Section</h3>" to "")
mNo edit summary
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|arma3
|game1= arma3
 
|version1= 1.56
|1.56


|gr1= Eden Editor
|gr1= Eden Editor


| Enables or disables lines visibility in 3DEN
|descr= Enables or disables trigger area visibility.
| set3DENModelsVisible [map, scene]
|s1= [[set3DENModelsVisible]] [map, scene]


|p1= map: [[Boolean]]
|p1= map: [[Boolean]]
Line 14: Line 13:
|p2= scene: [[Boolean]]
|p2= scene: [[Boolean]]


| [[Nothing]]
|r1= [[Nothing]]


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


| [[get3DENLinesVisible]] [[get3DENIconsVisible]]
|seealso= [[get3DENLinesVisible]] [[get3DENIconsVisible]]
}}
}}
<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>
{{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