unitName removeWeaponGlobal weapon

Operand types

unitName: Object
weapon: String

Type of returned value

Description

Remove a weapon from a unit.
An attempt to remove a weapon, which is not in unit's possession, is simply ignored.

Used In

Arma3

Example

{_x removeWeaponGlobal "Laserdesignator"} forEach allUnits;
Search OFPEC COMREF