addCuratorSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Create addCuratorSelected)
 
m (Text replacement - " |version1= 2.14 |branch= dev" to " |version1= 2.14")
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
|descr= Add items to the selected curator items.
|descr= Add items to the selected curator items.


|s1= '''addCuratorSelected items'''
|s1= [[addCuratorSelected]] items
 
|p1= items: [[Array]] - items to add; items can be an [[Object]], [[Group]], [[Array]] format [[Waypoint]], or [[String]] (marker)


|p1= [[Array]] - Array of items to add; items can be an [[Object]], [[Group]], [[Waypoint]], or marker [[String]]
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <sqf>addCuratorSelected [unit1, group1, [group1, waypointIndex], markerName1];</sqf>
|x1= <sqf>addCuratorSelected [unit1, group1, [group1, waypointIndex], markerName1];</sqf>
|x2= <sqf>addCuratorSelected [vehicle1, unit1, unit2, unit3, unit4, group1];</sqf>
|x2= <sqf>addCuratorSelected [vehicle1, unit1, unit2, unit3, unit4, group1];</sqf>


|seealso= [[curatorMouseOver]] [[curatorSelected]] [[setCuratorSelected]] [[curatorEditableObjects]] [[Arma 3: Curator]]
|seealso= [[curatorMouseOver]] [[curatorSelected]] [[setCuratorSelected]] [[curatorEditableObjects]] [[Arma 3: Curator]]
}}
}}

Latest revision as of 19:11, 5 September 2023

Hover & click on the images for description

Description

Description:
Add items to the selected curator items.
Groups:
Curator

Syntax

Syntax:
addCuratorSelected items
Parameters:
items: Array - items to add; items can be an Object, Group, Array format Waypoint, or String (marker)
Return Value:
Nothing

Examples

Example 1:
addCuratorSelected [unit1, group1, [group1, waypointIndex], markerName1];
Example 2:
addCuratorSelected [vehicle1, unit1, unit2, unit3, unit4, group1];

Additional Information

See also:
curatorMouseOver curatorSelected setCuratorSelected curatorEditableObjects Arma 3: 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