Adds a magazine to the units rangefinder.
| _unit | A unit <OBJECT> |
| _magazine | The magazine to add STRING |
| _ammo | Ammo count of the magazine (optional, default: full magazine) <NUMBER> |
None
player addWeapon "Laserdesignator"; [player, "Laserbatteries"] call CBA_fnc_addBinocularMagazine;
commy2