curatorSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(return)
Line 12: Line 12:
| '''curatorSelected''' |= Syntax
| '''curatorSelected''' |= Syntax


| [[Array]] <br> hi|= RETURNVALUE  
| [[Array]] - <nowiki>[[Objects],[Groups],[],[Markers]]</nowiki>|= RETURNVALUE  


|x1= <code>selectedItems = [[curatorSelected]];</code>|= EXAMPLE1  
|x1= <code>selectedItems = [[curatorSelected]];</code>|= EXAMPLE1  

Revision as of 04:45, 28 March 2015

Hover & click on the images for description

Description

Description:
Returns list of all curator selected items.
Groups:
Uncategorised

Syntax

Syntax:
curatorSelected
Return Value:
Array - [[Objects],[Groups],[],[Markers]]

Examples

Example 1:
selectedItems = curatorSelected;

Additional Information

See also:
curatorMouseOver

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