allGroups: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma2 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - " \| *('''[a-zA-Z0-9]+''') \|r1=" to " \|s1= $1 |r1=") |
||
Line 19: | Line 19: | ||
| Return a list of all groups created on the following sides [[east]], [[west]], [[resistance]]/[[independent]] and [[civilian]] only. Does not contain groups of [[sideLogic]]. | | Return a list of all groups created on the following sides [[east]], [[west]], [[resistance]]/[[independent]] and [[civilian]] only. Does not contain groups of [[sideLogic]]. | ||
| '''allGroups''' | \|s1= '''allGroups''' | ||
|r1= [[Array]] | |r1= [[Array]] |
Revision as of 15:41, 13 June 2021
Description
- Description:
- Description needed
- Groups:
- GroupsObject Detection
Syntax
- Syntax:
- allGroups
- Return Value:
- Array
Examples
- Example 1:
{(leader _x) sideChat "Go ! Go ! Go !"} forEach allGroups;
- Example 2:
- All groups with players:
private _allGroupsWithPlayers = []; {_allGroupsWithPlayers pushBackUnique group _x} forEach allPlayers;
Additional Information
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