set3DENSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
(formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command
|arma3
 
|1.56
|game1= arma3
|arg=
 
|eff=
|version1= 1.56


|gr1= Eden Editor
|gr1= Eden Editor
| Changes selection in 3den to what is inside entities array.
 
| '''set3DENSelected''' entities
|descr= Changes selection in [[Eden Editor]] to what is inside entities array.
 
|s1= '''set3DENSelected''' entities
 
|p1= entities: [[Array]] of types [[Eden Entity]] or [[Eden ID]]
|p1= entities: [[Array]] of types [[Eden Entity]] or [[Eden ID]]
|p2=
 
| [[Nothing]]
|r1= [[Nothing]]
 
|x1= <code>[[set3DENSelected]] [0,5,3,6,7,12];</code>
|x1= <code>[[set3DENSelected]] [0,5,3,6,7,12];</code>
|  
 
[[get3DENMouseOver]]
|seealso= [[get3DENMouseOver]] [[all3DENEntities]] [[collect3DENHistory]] [[get3DENEntityID]] [[get3DENSelected]] [[set3DENObjectType]]
[[add3DENConnection]]
[[add3DENEventHandler]]
[[all3DENEntities]]
[[collect3DENHistory]]
[[create3DENComposition]]
[[create3DENEntity]]
[[current3DENOperation]]
[[delete3DENEntities]]
[[do3DENAction]]
[[get3DENActionState]]
[[get3DENAttribute]]
[[get3DENCamera]]
[[get3DENConnections]]
[[get3DENEntityID]]
[[get3DENGrid]] 
[[get3DENIconsVisible]]
[[get3DENLinesVisible]]
[[get3DENSelected]]
[[is3DEN]]
[[is3DENMultiplayer]]
[[move3DENCamera]]
[[remove3DENConnection]]
[[remove3DENEventHandler]]
[[removeAll3DENEventHandlers]]
[[set3DENAttributes]]
[[set3DENGrid]]
[[set3DENIconsVisible]]
[[set3DENLinesVisible]]
[[set3DENObjectType]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 00:34, 18 May 2021

Hover & click on the images for description

Description

Description:
Changes selection in Eden Editor to what is inside entities array.
Groups:
Eden Editor

Syntax

Syntax:
set3DENSelected entities
Parameters:
entities: Array of types Eden Entity or Eden ID
Return Value:
Nothing

Examples

Example 1:
set3DENSelected [0,5,3,6,7,12];

Additional Information

See also:
get3DENMouseOver all3DENEntities collect3DENHistory get3DENEntityID get3DENSelected set3DENObjectType

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