allUnits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ")
m (Text replacement - "(\|p[0-9]+ *= * )+" to "")
Line 11: Line 11:


| '''allUnits'''
| '''allUnits'''
|p1=
|p2=
|p3=


| [[Array]]
| [[Array]]

Revision as of 00:06, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Detection

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
{_x setDamage 0.5; _x groupChat "Braaains"} forEach allUnits;

Additional Information

See also:
See also needed

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
Posted on September 6, 2018
Pierre MGI
It returns also BIS_SUPP_HQ created by support modules and headquarters Entity from HQ modules.