allUnitsUAV
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Arma 3
- Version:
- 0.76
Description
- Description:
- Return a list of all UAV vehicles.
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
- Multiplayer:
- -
- See also:
- unitIsUAVallCuratorsallGroupsallDeadplayableUnitsswitchableUnitsvehiclesallDeadMenagentsshowUAVFeedshownUAVFeedgetConnectedUAVUAVControlconnectTerminalToUAVisUAVConnected
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To
Notes
Bottom Section
- Posted on October 10, 2014 - 01:23 (UTC)
- AgentRevolution
- This command returns a list of all unmanned vehicles, not the UAV AI units inside them, as the name might otherwise suggest.