Drops a weapon.
Function which verifies existence of _item and _unit, returns false in case of trouble, or when able to remove _item from _unit true in case of success
_unit | the unit that should drop a magazine [Object] |
_item | class name of the weapon to drop [String] |
true if successful, false otherwise Examples:
_result = [player, primaryWeapon player] call CBA_fnc_dropWeapon