allUnitsUAV: Difference between revisions
Jump to navigation
Jump to search
Fred Gandt (talk | contribs) m (Fred Gandt moved page allUnitsUav to allUnitsUAV: Case continuity of UAV) |
Fred Gandt (talk | contribs) m (Switching to uniformed upper case for all *UAV* commands) |
||
Line 15: | Line 15: | ||
|x1= <code>[[hint]] [[format]] ["No. of UAV(s) on the map: %1", [[count]] [[ | |x1= <code>[[hint]] [[format]] ["No. of UAV(s) on the map: %1", [[count]] [[allUnitsUAV]]];</code>|= EXAMPLE1 | ||
|x2= <code>{_x [[setDamage]] 1} [[forEach]] [[ | |x2= <code>{_x [[setDamage]] 1} [[forEach]] [[allUnitsUAV]];</code>|= EXAMPLE2 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[allCurators]], [[allGroups]], [[allDead]], [[playableUnits]], [[switchableUnits]], [[vehicles]], [[allDeadMen]], [[agents]], [[ | | [[allCurators]], [[allGroups]], [[allDead]], [[playableUnits]], [[switchableUnits]], [[vehicles]], [[allDeadMen]], [[agents]], [[showUAVFeed]], [[shownUAVFeed]], [[getConnectedUAV]], [[UAVControl]] , [[connectTerminalToUAV]] , [[isUAVConnected]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR |
Revision as of 19:44, 6 July 2014
Description
- Description:
- Return a list of all UAV units.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
hint format ["No. of UAV(s) on the map: %1", count allUnitsUAV];
- Example 2:
{_x setDamage 1} forEach allUnitsUAV;
Additional Information
- See also:
- allCuratorsallGroupsallDeadplayableUnitsswitchableUnitsvehiclesallDeadMenagentsshowUAVFeedshownUAVFeedgetConnectedUAVUAVControl , connectTerminalToUAV , isUAVConnected
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