allUnits: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|p[0-9]+ *= * )+" to "")
m (Text replacement - "\| *((\[\[.*\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 16: Line 16:
|x1= <code>{_x [[setDamage]] 0.5; _x [[groupChat]] "Braaains"} [[forEach]] [[allUnits]];</code>
|x1= <code>{_x [[setDamage]] 0.5; _x [[groupChat]] "Braaains"} [[forEach]] [[allUnits]];</code>


| [[allPlayers]], [[allGroups]], [[allDead]], [[playableUnits]], [[switchableUnits]], [[units]], [[vehicles]], [[allUnitsUAV]], [[allCurators]], [[playersNumber]]
|seealso= [[allPlayers]], [[allGroups]], [[allDead]], [[playableUnits]], [[switchableUnits]], [[units]], [[vehicles]], [[allUnitsUAV]], [[allCurators]], [[playersNumber]]
}}
}}



Revision as of 00:20, 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:
allPlayersallGroupsallDeadplayableUnitsswitchableUnitsunitsvehiclesallUnitsUAVallCuratorsplayersNumber

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.