curatorSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Undo revision 89691 by Austin medic (talk) malicious edit undone)
m (template:command argument fix)
Line 12: Line 12:
| '''curatorSelected''' |= Syntax
| '''curatorSelected''' |= Syntax


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


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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[curatorMouseOver]] [[Curator]] |= SEEALSO
| [[curatorMouseOver]] [[Curator]] |SEEALSO=  


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

Revision as of 11:30, 7 April 2019

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],[Waypoints],[Markers]]

Examples

Example 1:
selectedItems = curatorSelected;

Additional Information

See also:
curatorMouseOver Curator

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