Retrieves a list of magazines that are compatible with a weapon.
_weapon | Weapon class name or config <STRING, CONFIG> |
_allMuzzles | Get magazines for all muzzles on this weapon (optional, default: false) <BOOL> |
Array of magazine classnames in config capitalization ARRAY
_mags = ["arifle_MX_SW_F"] call CBA_fnc_compatibleMagazines; _mags = [configFile >> "CfgWeapons" >> _rifle >> _glMuzzle] call CBA_fnc_compatibleMagazines;
PabstMirror, based on code from Dedmen