selectedEditorObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(changed return data type, provide example)
m (Added result example)
Line 21: Line 21:




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


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 17:19, 18 June 2010

Hover & click on the images for description

Description

Description:
Returns a list of currently selected editor objects.
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:
See also needed

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