selectedEditorObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
Line 13: Line 13:
| '''selectedEditorObjects''' map |= Syntax
| '''selectedEditorObjects''' map |= Syntax


|p1= map: [[Control]] -  |= PARAMETER1
|p1= map: [[Control]] -  |PARAMETER1=  


|p2= |= PARAMETER2
|p2= |PARAMETER2=  


|p3= |= PARAMETER3
|p3= |PARAMETER3=  


| [[Array]] |= RETURNVALUE
| [[Array]] |RETURNVALUE=  




|x1= <pre>_selObjects = selectedEditorObjects _map </pre>  
|x1= <pre>_selObjects = selectedEditorObjects _map </pre>  
Result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"]
Result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"]
|= EXAMPLE1
|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[clearSelected (VBS2)]] |= SEEALSO
| [[clearSelected (VBS2)]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:36, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns a list of currently selected editor objects.
Some Old Editor Command
Groups:
Uncategorised

Syntax

Syntax:
selectedEditorObjects map
Parameters:
map: Control -
Return Value:
Array

Examples

Example 1:
_selObjects = selectedEditorObjects _map 
Result can be: ["_vehicle_0","_vehicle_9","_vehicle_11"]

Additional Information

See also:
clearSelected (VBS2)

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

Notes

Bottom Section