selectedEditorObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
(changed return data type, provide example)
Line 18: Line 18:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


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




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <pre>_selObjects = selectedEditorObjects _map </pre> |= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 17:09, 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 

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