curatorSelectionPreset: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Create curatorSelectionPreset)
 
m (Fix syntax formatting)
Line 8: Line 8:
|descr= Returns list of all objects stored in the given selection preset.
|descr= Returns list of all objects stored in the given selection preset.


|s1= '''curatorSelectionPreset numkey'''
|s1= '''curatorSelectionPreset''' numkey
|p1= numkey - [[Number]] Number key under which the selection preset is saved
|p1= numkey - [[Number]] Number key under which the selection preset is saved
|r1= [[Array]] - Array of objects saved in the selection preset
|r1= [[Array]] - Array of objects saved in the selection preset

Revision as of 18:02, 21 February 2023

Hover & click on the images for description

Description

Description:
Returns list of all objects stored in the given selection preset.
Groups:
Curator

Syntax

Syntax:
curatorSelectionPreset numkey
Parameters:
numkey - Number Number key under which the selection preset is saved
Return Value:
Array - Array of objects saved in the selection preset

Examples

Example 1:
savedItems = curatorSelectionPreset 1;

Additional Information

See also:
loadCuratorSelectionPreset setCuratorSelectionPreset curatorSelected setCuratorSelected addCuratorSelected 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