groups: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
m (phrasing)
Line 8: Line 8:
|gr1= Groups
|gr1= Groups


|descr= Returns an array with all the provided side's groups.
|descr= Returns an array with all groups of given side.


|s1= [[groups]] side
|s1= [[groups]] side

Revision as of 17:14, 14 November 2022

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.12.

Description

Description:
Returns an array with all groups of given side.
Groups:
Groups

Syntax

Syntax:
groups side
Parameters:
side: Side
Return Value:
Array of Groups

Examples

Example 1:
private _allBluforGroups = groups blufor; // equivalent of allGroups select { side _x == blufor };

Additional Information

See also:
group allGroups units allUnits

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