unitName addWeaponGlobal weapon

Operand types

unitName: Object
weapon: String

Type of returned value

Description

Add a weapon to a unit.

Infantry units can only carry weapons in their respective slots (primary, secondary and handgun), the addWeaponGlobal command will replace the weapon currently in a slot with the added weapon if it shares the same slot.
To make sure the added weapon is loaded and ready, add the magazine first.

Global in multiplayer.

Used In

Arma3

Example

{_x addMagazineGlobal "Laserbatteries"; _x addWeaponGlobal "Laserdesignator"} forEach allUnits;
Search OFPEC COMREF